Sergi, Does it mean that field "a" will now have 2 indexes, hash and sorted?
D. On Fri, Sep 18, 2015 at 4:01 PM, Sergi Vladykin <[email protected]> wrote: > Guys, > > It seems that for simple equality queries like > > SELECT * FROM x WHERE a = ? > > it is more effective to use hash indexes which do not even need to be > snapshotable. > I think it will be easy to implement one based on ConcurrentHashMap. > > Thoughts? > > Sergi >
