Skip to content
This repository was archived by the owner on Oct 19, 2018. It is now read-only.
This repository was archived by the owner on Oct 19, 2018. It is now read-only.

Time to process incoming vectors and return results is too slow #8

@catmando

Description

@catmando

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions