Giter VIP home page Giter VIP logo

Comments (5)

AntoineAA avatar AntoineAA commented on July 22, 2024 1

is this OK?

ID Type Unique Sparse Extras Selectivity Est. Fields Stored Values Name Action
0 primary true false 100.00% _key primary
28576209 persistent false false deduplicate: false, estimates: true, cacheEnabled: false 0.01% referential family_without_author, genus_without_author idx_1798343241501769728
14861033977 persistent true false deduplicate: false, estimates: true, cacheEnabled: false 100.00% referential, species idx_1726113601910996992

from arangodb.

jsteemann avatar jsteemann commented on July 22, 2024 1

Thanks for reporting this issue.
Currently the optimizer will pick indexes based on how many attributes of the FILTER / SORT conditions are covered by an index, how selective an index is, and how many attributes it covers.
Unfortunately the stored values of an index are currently not taken into account during index selection. The same is true for attributes of documents that are used outside of FILTER / SORT conditions, which may be covered by indexes as well.
Right now the only workaround in this case is to manually add an index hint to the query as you did. Longer term, the optimizer will need to be changed so that it will also take into account which attributes of the collection/indexes are using by the query besides in the FILTER / SORT conditions.

from arangodb.

dothebart avatar dothebart commented on July 22, 2024 1

I'm turning this to a feature request, since we should eventually learn how to get this working without index hints.

from arangodb.

dothebart avatar dothebart commented on July 22, 2024

Please add the index definitions in question as well.

from arangodb.

AntoineAA avatar AntoineAA commented on July 22, 2024

Hi @jsteemann

OK, thanks for those clarifications.

from arangodb.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.