Great news! But I do have a couple of questions =)
When 2.2 release is due? and will this functionality be merged into tarantool sophia engine?
And, if I may, I have a couple of other questions, not related to secondary indexes...
Sophia site says that sophia is ready for production, robust, and can handle terabytes of data. At the same time, Kostia Osipov from tarantool project mentioned a few times in tarantool mailing lists, that
sophia engine in tarantool is not that mature, and they are not sure if it can handle large amounts of data, and so on. So, what's the real status quo? Can I use tarantool sophia engine in production?
And one last question: when we use multi-part primary key with sophia engine in tarantool, it is not possible to do lookups omitting some parts of the key, e.g.
space:create_index('id', { parts = { 1, 'NUM', 2, 'NUM' }} )
space:select({10}) will not work with sophia.
Do you plan to implement this kind of lookups, or is it impossible to do due to sophia architecture restrictions?