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
View rebuilding is slow which is a big problem particularly when doing an update which changes a view requiring the whole index to be rebuilt.
Describe the improvement you'd like
CouchDB 3.4.x introduced a new JS engine called QuickJS which promises 4-5x speed improvement and 6x improvement in memory usage. It's off by default. Try turning it on and see if we can get similar gains.
Describe alternatives you've considered
To Reproduce
Get a db with a lot of realistic data
Back up the db so you can re-run the test easily
Change a view (even a whitespace change) to trigger a complete rebuild
Measure the time, cpu usage, memory usage, disk usage until completion
Describe the performance issue
View rebuilding is slow which is a big problem particularly when doing an update which changes a view requiring the whole index to be rebuilt.
Describe the improvement you'd like
CouchDB 3.4.x introduced a new JS engine called QuickJS which promises 4-5x speed improvement and 6x improvement in memory usage. It's off by default. Try turning it on and see if we can get similar gains.
Describe alternatives you've considered
To Reproduce
Measurements
Environment
Additional context
Blocked by #9303
The text was updated successfully, but these errors were encountered: