Sergey Ostanevich
Sergey Ostanevich
As we have a synchronous write for the data, we need the opposite for read. Currently we have no mechanism to prevent client from reading data from a node that...
Internal and external modules should have a well-defined procedure and rules to follow for initialization, error handling and so force. This is an epic task to incorporate all necessary activities....
Needs review: new tags to be used, changelogs from config merge is needed
Recently we received feedback from a client that had some intermittent disk performance that caused significant growth in amount of requests waiting in the line to WAL write. The result...
Qsync requires a number of options to configure the cluster. Every space needs an extra field `is_sync` that can be set during the space creation: ` box.schema.create_space('test', {is_sync = true})...