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

Improve speed of [a v] lookups #90

Closed
ncalexan opened this issue Oct 14, 2016 · 2 comments
Closed

Improve speed of [a v] lookups #90

ncalexan opened this issue Oct 14, 2016 · 2 comments
Labels

Comments

@ncalexan
Copy link
Member

ncalexan commented Oct 14, 2016

Right now, <avs does a bunch of selects against all_datoms. It's super slow, since it's extremely inefficient to queryall_datoms for a textual match. This ticket tracks doing something less significant than #69 to speed this up. Namely:

  • only query from all_datoms for fulltext attributes;
  • consider using a temporary table and one big query rather than many small queries.
@rnewman
Copy link
Collaborator

rnewman commented Apr 21, 2017

@ncalexan is this still relevant with your rewrite?

@ncalexan
Copy link
Member Author

No, this should be "efficient" if not "optimized".

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants