-
```
% uname -mrsv
Darwin 20.6.0 Darwin Kernel Version 20.6.0: Mon Aug 30 06:12:21 PDT 2021; root:xnu-7195.141.6~3/RELEASE_X86_64 x86_64
```
relevant log lines from /usr/local/var/log/postgres.lo…
-
This is being discussed as a comment in https://github.com/prisma/prisma/issues/9154#issuecomment-1127522167, but I wanted to surface it further because I've personally encountered a couple of inciden…
-
I've been researching how to use txids for one of our use cases. I ran into a few articles that talk about how the current transaction id wraps around after 4 billion transactions. It has caused a few…
-
Right now a few things make it tricky to trial Bottled Water on an existing database taking production traffic:
- the initial snapshot does a `SELECT *` from all tables, which will probably do bad thi…
-
### Issue
I used tandoor for a long time, no problems. Suddenly after bad stop of my Container Manager, it's impossible for me to deploy the container. Tried to delete everything, but no change. Can'…
-
COPY doesn't respect `statement_timeout`, which for us has led to stalled connections on production. This can also be confirmed locally:
```sh
$ time psql -c "set statement_timeout = '1s'; select pg…
-
Please provide a script that can veritably be used to construct the following database schema, which includes five tables with several indexes and constraints. Basically the schema listed below needs …
-
## Context
[GitLab's container registry](https://gitlab.com/gitlab-org/container-registry) uses `sql-migrate` to manage database migrations. Our database usage has grown to a point where we need to…
-
I'm looking for advice on a good way to handle schema-based multi-tenancy with Exposed. I'm getting tripped up because of Ktor and Coroutines and I'm coming from a Spring background where I would norm…
-
## Feature Description
### The Problem
I have two Entities connected with OneToOne relation and one is the owner:
```ts
@Entity()
export class Main {
@OneToOne(() => side, { cascade: tru…