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
{{ message }}
This repository was archived by the owner on Oct 19, 2018. It is now read-only.
According to @janbiedermann for a sample request of 70 vectors it can take say 50 MS to process, but for a similar request of 140 vectors (same application) it then goes up to 335 MS, this for a request that only uses a few MS of Active Record processing time.
While it is understandable that the time increases based on the amount of data returned (probably O(n*log(n) of total amount of data returned) 335 MS seems like a long time.
This issue is to discuss and understand the algorithm, and suggest improvements.