I want to use couchbase server just for dumping data for auditing.
Each document is almost 130Kb.
- Using java SDK how can we improve the performance. Is there a way to skip index update?
- Also, is there a way to get autogenerated keys for the documents?
- Or do we have any api where we can insert the document and generate the key while inserting with predefined element values in the documents.
Example : a document with following data {name : sam , surname : jose, details : { pass : qwerty, id : 111}} can we get an generated key while inserting like name:details.id i.e. sam:111