logoalt Hacker News

xnorswaptoday at 3:03 PM1 replyview on HN

What do you mean by "acknowledge", and is that same level of acknowledgement the level used in benchmarks?


Replies

cloutiertylertoday at 3:11 PM

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