Giter VIP home page Giter VIP logo

boolean_filtering's People

Contributors

maxdemarzi avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

frankfanslc

boolean_filtering's Issues

support for my use case?

Hello Max,

I'm struggling to implement a dynamic filtering use case, a bit similar to the example you use in your blog post https://maxdemarzi.com/2020/08/26/faux-bitmap-indexes-in-neo4j-part-two/

I have a database with millions of publication nodes. Now I want to be able to dynamically filter (AND, OR, NOT) the publications. Some of the filterable fields are missing (empty) for some publications.

I initially tried to implement this with composite indexes on all filterable fields but found out that it's too restrictive: the fields should exist for all nodes, and there is no support for OR's. As a result the index is ignored leading to slow searches (between 2 and 10 seconds).

The solution you propose here looks quite powerful but I still have a couple of questions:

  • you mention that, except for range and contains fields, no indexes must be created. So since there is no "upfront optimization" why is your solution so much faster than a regular cypher query? Or in other words why doesn't the cypher implementation use the bitmaps internally?
  • can ordering of the results be supported? Since in my use case the filters can be quite loose and the results therefore quite large. So I guess ordering should already be done by an index upfront.

Many thanks

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.