Stu Hood
Stu Hood
## What Explain new (highly) recommended replication settings for `enterprise` users. ## Why As the docs explain: failing to set these settings will result in frequent query cancels. ## How...
### What feature are you requesting? Currently, the custom scan sets properties of the `CustomPathBuilder` during planning, in [`CustomScan::callback`](https://github.com/paradedb/paradedb/blob/45c38d9ae6a3995b7b4ac5ed98377cff3ca228cc/pg_search/src/postgres/customscan/pdbscan/mod.rs#L90) (things like the `limit`, `sort_direction`, etc). But the final decision about...
Reduce sorting in `TopDocs` by: 1. not sorting individual segments -- they will be merged and re-top-n'd. 2. not sorting the portion skipped by the `offset` -- we can pivot...
Creating as a draft for discussion, as there is a fair chance that I've missed an existing way to do this.
It would be useful to be able to view the output of any currently running process without needing to toggle to a different mode in order to have it rendered,...
This is a tracking issue for stabilizing the "environments" feature. A few relevant probably-blocking issues: Features: * [x] https://github.com/pantsbuild/pants/issues/17129 * [ ] https://github.com/pantsbuild/pants/issues/18915 * [ ] https://github.com/pantsbuild/pants/issues/17714 * [ ]...