-
Tracking issue for some PRs experimenting with better/more foreign key support. Some known limitations to using foreign keys in Vitess include:
- Online DDL (see [this blog post](https://vitess.io/…
-
This release is scheduled for Tue 6 Feb 2024
### Prerequisites for Release
- [x] Notify the community on Slack.
- [x] Make sure the release notes summary is prepared and clean.
- Make sure importan…
-
Currently we use https://github.com/golang/protobuf which is stable release. There is another repo under active development https://github.com/protocolbuffers/protobuf-go which is considered to be "Ne…
-
### Overview of the Issue
`vtexplain` generates many duplicate error messages, which can slow execution.
### Reproduction Steps
1. Save an example `vschema.json`:
```json
{
"sharded": {
…
-
### Overview of the Issue
The new connection pool implementation from https://github.com/vitessio/vitess/pull/14034 no longer uses [`ConnPoolConfig.MaxWaiters`](https://github.com/vitessio/vitess/blo…
-
This is a tracking issue to cover the following release notes before 18.0:
> > How were you planning to manage the release summary? Once we're (hopefully) done with the OnlineDDL and VReplication w…
-
### Question
Hi,
We are investigating Vitess and considering using Vitess in live, just wondering what is the current test coverage of the code base? I tried to find this data but could't find it.
…
-
### Overview of the Issue
This bug has been caught by the fuzzer introduced in https://github.com/vitessio/vitess/pull/13980.
Consider the following tables in an unsharded keyspace that is running…
-
# Setup
dolt as database
created databse `restdb`
added user `restadmin`
used source https://github.com/springframeworkguru/spring-6-rest-mvc/tree/77-flyway-intit-script
run application with p…
-
#### Overview of the Issue
For migration purposes, we want to allow app/clients to access same table name with two names/alias, eg: **customer** **customer2**. For such a routing rule was added. I…