-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Limitation on number of files per folder on local storage #29233
Comments
duplicate of #20334 |
@PVince81 Really a duplicate? At least the |
Seems we're missing some chunking algorithm for the SQLite query... Ah... SQLite... Please use Mysql/Mariadb or PostgreSQL if possible when dealing with a lot of data. |
Basically for SQLite we need to add extra code to make sure that a |
Oracle does have the 1000 limit too, so every code which is using an SQL IN clause should use chunking. |
Hmmmm... ok, need to look into it. |
Just upgraded from 8.x to 10.x and hitting this one with large directories.
Ignore that; this problem looks to be in CustomPropertiesBackend, and there's even a TODO referring to chunking. Any eta on a fix? I didn't have this problem in 8.0. |
@VicDeo can we add chunking in the custom properties backend ? Let me know if you were able to reproduce the issue. |
For reference here is my crash:
|
Thanks, that looks bad. @VicDeo I've assigned you to fix this |
Sadly I'm running 10.0.3 which does not have the patched file, so not really able to test. |
stable10 seems to be very different from the 10.0.3 that I have installed on OpenSuse 42.3. The SuSE one seems to look more like v10.0 See: Vs. https://github.com/owncloud/core/tree/stable10/apps/dav/lib/DAV Any plans to update the v10.0 branch? |
@Grunthos |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Steps to reproduce
Expected behaviour
Files show as usual
Actual behaviour
This directory is unavailable, please check the logs or contact the administrator
Server configuration
Operating system: Centos 7.4
Web server: Apache
Database: Sqlite
PHP version: 5.6
ownCloud version: 10.0.3.3
Updated from an older ownCloud or fresh install: fresh install
Where did you install ownCloud from: tarball
Signing status (ownCloud 9.0 and above): N/A
The content of config/config.php:
List of activated apps:
Are you using external storage, if yes which one: local
Are you using encryption: no
Are you using an external user-backend, if yes which one: No
Client configuration
Browser:
Operating system:
Logs
Web server error log
ownCloud log (data/owncloud.log)
Browser log
The text was updated successfully, but these errors were encountered: