close
Skip to main content

Question list filters

Filter by
Sorted by
Tagged with
Score of -4
0 answers
89 views

We need to implement a tenant offboarding/data deletion pipeline across multiple microservices using shared tables in PostgreSQL and ClickHouse. All relevant tables contain a tenant_id. We're weighing ...
Score of -1
0 answers
46 views

I'm running the Debezium PostgreSQL source connector on Kafka Connect and authenticating to Azure Database for PostgreSQL Flexible Server using a user-assigned managed identity via the pgjdbc auth ...
Score of 0
1 answer
39 views

I am runing Prisma migrations for a NestJS application connected to a Supabase PostgreSQL database. When I run npx prisma migrate dev --name init (or deploy) using the connection string with port ...
Score of 1
2 answers
85 views

I have a repeatable planning-time performance issue caused by the interaction between PlanCache and plan-time partition pruning for prepared statements on partitioned tables in PolarDB-PG. My server ...
Score of -1
0 answers
36 views

I'm having trouble migrating new tables for database and the error said And chatgpt just bluffing around that i should add this add that to php.ini Illuminate\Database\QueryException could not ...
Score of 1
1 answer
115 views

I want to read from my Postgres database using Polars and filter a string column based on a list of values. E.g. assuming I have a Postgres connection called con: mylist = ['abc', '123'] with con: ...
Score of 0
0 answers
62 views

I need to perform logical replication from PostgreSQL 13 to PostgreSQL 17 as part of a migration that should require little to no downtime. The regular apply worker is running correctly and continues ...
Score of -1
1 answer
83 views

I'm running a SQL migration in the Supabase SQL Editor to insert a batch of vocabulary data. The migration contains inserts for levels, words, and quiz questions, wrapped in a transaction: begin; ...
Score of -1
0 answers
56 views

I am designing a direct-to-S3 file upload pipeline and need guidance on the best pattern to handle abandoned or expired upload records in PostgreSQL. Current Architecture: Client requests an S3 ...
Score of 3
1 answer
134 views

Some parts of URLs are case-sensitive and some are not. Specifically, the hostname is case-insensitive and the rest of the url is not. (Actually, the protocol may be case-insensitive, I'm not sure). ...
Score of 1
0 answers
77 views

I am working on a GBase8c/PostgreSQL 16 database where I need to traverse a large, deeply nested hierarchical table (In bank anti-fraud systems, the Account Relationship Table, often called the "...
Score of 1
2 answers
155 views

This is a problem I would like to solve with a single query, as I am working on a large dataset, and the process as it is can take up to 2 hours to complete, and additional queries would create ...
Score of -2
1 answer
194 views

I'm implementing a transactional outbox pattern and trying to replay events in order. After outbox events are published, they are stored in an inbox table on the destination. A separate process ...
Score of -1
0 answers
125 views

We are building a vehicle tracking system where tracking devices continuously generate events. For example, if a vehicle is overspeeding, the device may send an overspeed event every second: 10:00:00 -...
Score of 0
1 answer
108 views

A look at my code inside the PGAdmin4. I am teaching myself Db Mgmt via Coursera. One assignment is to create a db in SQL with each individual table. I keep getting the same error message that the ...

15 30 50 per page
1
2 3 4 5
11924