You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I serialize put operation it's painfully slow. I am used to 25-30K operations per second on beanstalkd with php, this one operates at 10 operations per second. When I queue up several thousand operations in async mode then it's moderately fast.
The text was updated successfully, but these errors were encountered:
Doing it asynchronously would be the natural way to do things with node. However, being so slow is not desirable. I haven't done any performance profiling work at all on this project yet. If you have any data on exactly what's slow for you, that would be helpful. Otherwise, I'll look into this & do some profiling.
If I serialize put operation it's painfully slow. I am used to 25-30K operations per second on beanstalkd with php, this one operates at 10 operations per second. When I queue up several thousand operations in async mode then it's moderately fast.
The text was updated successfully, but these errors were encountered: