yo! i have some questions about xodus.
if i get something from entity using getProperty, do i take it from memory or read from database? if from database, is there a built-in ability to turn on some cache system?
can i work directly on an entity as in normal data classes? should i cover them with some extra intermediate layer?
why youtrack need schema-less database?
why xodus out of the box supports only chacha20 and salsa20 and not, for example, aes which is used practically everywhere and recognized as a standard?
is it a good idea to use xodus in a mail server?