Re: Implementing a secondary index

2021-11-18 Thread Caleb Rackliffe
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

Re: Implementing a secondary index

2021-11-17 Thread DuyHai Doan
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