Omar Yasin
Omar Yasin
It's worth noting that using HLC today _will still_ maintain the guaranteed order by time.
Hi Yurii, This sounds interesting to me, but I'm trying to understand when this would be useful. Is this something similar to temporary tables in SQL? If so, a transaction-scoped...
Related: https://github.com/PumpkinDB/PumpkinDB/issues/150
Yurii, we need a good way to explain how this interacts with indexes.
Advisory locks would be good here as suggested. Do we need multiple lock types, optimistic and pessimistic?
👍 here. The transaction should not be aborted if the error happens within a `TRY` and is handled.
This will most likely be a good thing. Before we go all in here, we need to come up with some good benchmarks we can run before and after (and...
Added support for error_messages. This was added as ranch sends them on crash, instead of a regular crash report.
Related to the general clarification of bounded v. standalone scripts. Is it possible to provide access to custom functions in Sheets from a standalone script (that has been bound to...
Thinking if this should be done in the code, or just something the user needs to figure out (by tweaking how often, and how the max size of the biggest...