Hello,
I 've two conceptual questions about CB architecture.
1.When you does a SET operation, the ack to the client is sending immediatly, after CB write the doc in memory.
3.CB server replicate the data out to memory to other nodes. (If you have more nodes!)
2.At the same time it is put the data into a write queue to be persisted to disk.
If only have a node, and the disk queue with new DOcs is lost due a system failure.
I lose the new document?
Other question is about the distribution of Index services in isolated nodes from Data Services.
Which operations are located on this nodes? Index acces, Index storage, Index compactation ?
Are the data indexes located at the same nodes that data indexes?
Many Thanks
Arturo