-
Notifications
You must be signed in to change notification settings - Fork 7
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
PSA: Migrating to Postgresql #9
Comments
Interesting. Why so? Is it for performance? Thanks a lot for all the effort you are putting into this Project. |
It was originally motivated by performance and memory issues. The other was to reduce overall memory usage, especially for very large amounts files/folders by not having all the required information in memory, and falling back to the database, when needed. As for performance, I did expect a small loss compared to having the data stored in memory, |
Would this work with stateless container if everything is in database now and not in memory anymore? As in if I run multiple times the program connecting to the same database it would work? |
It's still not stateless as some temporary states are still being stored. I still have some occasional crashes, so I want to fix those before pushing it to the master branch. I'm currently traveling for work, and so I won't have too much time to work on this until august. |
Hi, any updates on that one? :) |
For anyone actively using DriveFS, it will be migrated to postgres from mongodb in the coming weeks.
The text was updated successfully, but these errors were encountered: