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.
Limit excel file size when import
(4 posts) (2 voices)-
-
There is now a new import option
max_size
. Run the automatic updater to get the latest build.--
myDBR Team -
Can you show me sample code to configure this? Thanks.
-
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.