-
-
Notifications
You must be signed in to change notification settings - Fork 423
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
How does the speed depend on the environment? #323
Comments
Hi, the speed mostly depends on the machine's memory and the size of the data at hand. From the specs you've sent the difference might be related to the memory size (32 vs 16 gb). However, q has one feature that might help with that - caching. When activating caching ( Using the qsql file can be done in two forms:
I hope this will help you speed up things. Will be great if you can update here on the results. Harel |
Thanks for your reply. This is my query:
|
First of all, I want to say that I really liked this tool. This is an amazing,
I have one question. Why q is slow about two times on production?
I know that this is not the correct question, but will try to explain a little.
This is working perfectly on my laptop (i7 12 GEN/ 4 CPU/ 2 Threads/ 32 GB RAM) and the server is Digitalocean droplet (8 CPU/ 16GB RAM).
Could you please give me some idea of how can I speed up q on production?
The text was updated successfully, but these errors were encountered: