Hi Claude,
In code space, the best place to start would be the secondary index API and
the manager that maintains the indexes on a per-table basis:
https://github.com/apache/cassandra/blob/trunk/src/java/org/apache/cassandra/index/Index.java
https://github.com/apache/cassandra/blob/trunk/src/java
Hello Claude
I have written a blog post about 2nd index architecture a long time ago but
most of the content should still be relevant, worth checking
https://www.doanduyhai.com/blog/?p=13191
Regards
Duy Hai DOAN
Le mer. 17 nov. 2021 à 10:17, Claude Warren
a écrit :
> Greetings,
>
> I am look
Greetings,
I am looking to implement a Multidimensional Bloom filter index [1] [2] on
a Cassandra table. OK, I know that is a lot to take in. What I need is
any documentation that explains the architecture of the index options, or
someone I can ask questions of -- a mentor if you will.
I have a