Jesse Seldess
Jesse Seldess
When I run through the [3-node cluster with Docker Compose quickstart](https://docs.tigerbeetle.com/quick-start/with-docker-compose), I always seem to get `error: Unexpected` for two nodes and a warning/panic about grid cache size on the...
https://github.com/gkamradt/langchain-tutorials/blob/main/data_generation/Ask%20A%20Book%20Questions.ipynb The notebook is out of sync with the current version of Pinecone. Here are some thoughts: - `from langchain.vectorstores import Chroma, Pinecone`: I think it's better to install `langchain_pinecone`...
Jesse Seldess (jseldess) commented: Our docs list [various checks before starting a rolling upgrade](https://www.cockroachlabs.com/docs/stable/upgrade-cockroach-version.html#step-2-prepare-to-upgrade), but these checks are manual. A customer requested guidance on automating these checks, a reasonable request....
Jesse Seldess commented: This flag is used in a cross-cloud or hybrid scenario where you want nodes in the same region/env to use their internal addresses to communication and nodes...
Jesse Seldess (jseldess) commented: PR: https://github.com/cockroachdb/cockroach/pull/66689 From release notes: > The [`SHOW QUERIES`](../v21.2/show-statements.html] command was extended for prepared statements to show the actual values in use at query time, rather...
Jesse Seldess (jseldess) commented: PR: [https://github.com/cockroachdb/cockroach/pull/67090](https://github.com/cockroachdb/cockroach/pull/67090) From release notes: > SQL stats now can be persisted into `system.statement_statistics` and `system.transaction_statistics` tables by enabling the `sql.stats.flush.enable` \[cluster setting](../v21.2/cluster-settings.html). The interval of...
### Is this a new bug? - [X] I believe this is a new bug - [X] I have searched the existing issues, and I could not find an existing...
Jesse Seldess commented: We need to add a page on "Prepared Statements", covering both how these work in application code and how they can work for scripts/testing. The MySQL docs...
Jesse Seldess (jseldess) commented: Update the upgrade and scaling instructions to use helm commands, like our docs: https://github.com/helm/charts/tree/master/stable/cockroachdb Jira Issue: DOC-292
Jesse Seldess commented: In Slack, @holtrdan asked for the best practice when upgrading a multi-region cluster. Which is best? 1. Upgrade all nodes in a region before moving on to...