Limit excel file size when import

(4 posts) (2 voices)

Tags:

No tags yet.

  1. jasmondluk, Member

    We noticed that when import a large excel file, our server will be hanged. Hence how can we limit the imported excel file, says file size or number of row? Thanks.

  2. myDBR Team, Key Master

    There is now a new import option max_size. Run the automatic updater to get the latest build.

    --
    myDBR Team

  3. jasmondluk, Member

    Can you show me sample code to configure this? Thanks.

  4. myDBR Team, Key Master

    The option takes a string consisting of the size and the unit:

    select 'dbr.import.options', 'max_size', '2Mb';

    --
    myDBR Team


Reply

You must log in to post.