What do you mean by "acknowledge", and is that same level of acknowledgement the level used in benchmarks?
Yes, I mean we do not expose any data external to the database that is not written persistently to disk (by default). In our case that means:
- Returning it as a result to a SQL query - Sending it to clients as part of a subscription - Or a return value to the caller
Yes, I mean we do not expose any data external to the database that is not written persistently to disk (by default). In our case that means:
- Returning it as a result to a SQL query - Sending it to clients as part of a subscription - Or a return value to the caller