Cory Tucker
Cory Tucker
When a query plan results in using a parallel sequential scan, there is an array of objects with statistics for each worker. Here is a real example from a plan:...
Due to specific customer demands, we need the ability to partition using pre-defined ranges of values. For us, it is `long` values, but I suppose for others it could alphabetical,...
It would be nice if triggers associated with a table were automatically propagated across all databases when the table sharding occurs. Perhaps it could be an optional flag, as I...
Adds basic support for the Google Gemini LLM (`gemini-1.5-flash`). Does not include Gemini tool support for multi-modal interactions using Gemini-based models (ie, no speech, pictures, etc). I've taken the code...