5 ms·
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
by cloutiertyler 13d ago
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