6 ms·
What do you mean by "acknowledge", and is that same level of acknowledgement the level used in benchmarks?
by xnorswap 12d ago
What do you mean by "acknowledge", and is that same level of acknowledgement the level used in benchmarks?
- cloutiertyler 12d agoYes, 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