-
Notifications
You must be signed in to change notification settings - Fork 165
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
Moving cache to SQLAlchemy ORM #436
base: master
Are you sure you want to change the base?
Conversation
Hmm, a few months ago I was considering using the SQLAlchemy core as an SQL query generator and got to a half-working implementation. I had initially moved away from the SQLAlchemy ORM in 8997b8c because of performance issues in connection with SQLite. Could you do me the favour and time a full sync and |
I've tested what you asked, and for a sync it's 2 time slower with SQLAlchemy ORM on SQLite database. |
Hi, what config files should I edit to get acdcli working with mysql? |
You need to set the
|
I found that |
I am unable to read any files nor folders inside mount point:
|
I've also tried out this branch, and am unable to see the mounted files. Installation steps (Ubuntu 16.04):
After mounting, I can see my folders in
Running the |
Any update on this PR and when it'll be ready for merging? |
I haven't so much time to work on acd_cli for the moment, I'm cureently working on how to speed up the tree on the fuse. |
Do we think this will be compatible with Amazon Web Service RDS (MySql, Amazon Aurora or postgresql)? |
Tried the PR in a freshly created CentOS VM, getting these error. I guess some work on the SQL structure is needed.
|
All the cache-backend has been rewritten with SQLAlchemy.
Now using SQL URL and working with all compatible databases.
Compatible with old databases.