Skip to content

0.19.2 - Performance improvements for Get(explore)

Compare
Choose a tag to compare
@etiennedi etiennedi released this 08 Aug 11:15

Docker image/tag: semitechnologies/weaviate:0.19.2

Performance Increases

  • Faster exploration on GraphQL Get() queries (#943)
    If the explore: { ... } argument is set, the results will now be served entirely through the esvector backend. This leads to very significant performance improvements with result sets > 20 items.
    Note that
    • If an explore argument is set, cross-refs cannot be resolved. This is the limitation as before and will be resolved with the upcoming 0.20.x releases
    • If no explore argument is set, the query is answered by the "traditional" connector backend (usually Janusgraph). This still supports cross-refs.