Skip to content
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

Virtualize File data #26

Open
mwatts15 opened this issue Oct 18, 2014 · 0 comments
Open

Virtualize File data #26

mwatts15 opened this issue Oct 18, 2014 · 0 comments

Comments

@mwatts15
Copy link
Owner

In FC2 most of the data for a File is stored in the sqlite3 database. We can get away with on-demand creation of Files, caching a few of them for speed. This would allow for large numbers of files without having to store large numbers of Files.

It may be unnecessary -- even with 10000 files, about 126 MB are used. It would be a good exercise in either case.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant