Skip to main content
Filter by
Sorted by
Tagged with
-1 votes
0 answers
26 views

I have a Postgres database in Aiven, with a free plan. It suddently turned off and when trying to get it back on, the status of the database is stuck in Rebuilding Phase. I can not contact support on ...
Cosmin's user avatar
  • 31
0 votes
1 answer
20 views

I'm currently developing locally, with a remote database that is going to become the live, production database. However, I have trouble applying my local changes as migrations to the remote database. ...
Juice's user avatar
  • 49
1 vote
1 answer
62 views

I'm trying to add a row to my model, but it keeps coming back with: django.db.utils.ProgrammingError: relation "qmgr_def_rules" does not exist LINE 1: SELECT 1 AS "a" FROM "...
charlopa24's user avatar
Advice
0 votes
0 replies
21 views

I have a social networking site where people connect, meet and build network. User created their profile based on there interest. Users can visit others people profile and send connection request to ...
Asit Waghmare's user avatar
0 votes
0 answers
50 views

I created two tables—one normal table and one TimescaleDB hypertable—and inserted 50 million records into each. However, I’m not seeing a significant performance difference between them. In fact, the ...
Riton Elion's user avatar
0 votes
1 answer
96 views

I have a PostgreSQL database server running on my VPS. I am currently working from my local machine using an SSH connection and would like to view the database tables and data graphically for better ...
suraj jadhav's user avatar
2 votes
2 answers
146 views

This query uses my indexes according to the plan, however, they do not give any increase in query execution speed. Absolutely. I've tried a wide variety of indexes, but none have helped. I've ...
Versst's user avatar
  • 31
1 vote
0 answers
87 views

I’m encountering an issue when running Celery with PgBouncer and PostgreSQL after enabling idle connection timeouts. My stack includes: Django (served via Tornado) Celery (workers + beat) ...
anhvo's user avatar
  • 45
0 votes
1 answer
97 views

I have a problem. I have a query SELECT department."name" AS "division", COUNT(DISTINCT equipment."inventory_number") AS "count of equipment" FROM ...
Versst's user avatar
  • 31
1 vote
1 answer
78 views

Im doing a Actix Web rust backend with SeaORM, I finished and it works fine, so I'm doing some tests, SeaORM has a mock feature, which you can enable in the Cargo.toml file, but enabling it makes the ...
Wilmer Umaña's user avatar
1 vote
1 answer
159 views

Why am I suddenly encountering this error when running the repository tests locally? 2025-12-15 21:59:28 [ZScheduler-Worker-11] ERROR o.t.d.DockerClientProviderStrategy - Could not find a valid Docker ...
ujjaldey's user avatar
  • 461
0 votes
0 answers
67 views

New to postgres. Created function with 2 parameters: int and varchar. I can see it in df But df and running the function returns that the function do not exist.
Ronnie Godfrey's user avatar
0 votes
1 answer
129 views

I’m trying to standardize how I report Execution Time, CPU, Memory, and I/O from PostgreSQL queries using EXPLAIN (ANALYZE, BUFFERS, FORMAT TEXT). Here’s an example of a query plan I get: Aggregate (...
Oliver S's user avatar
1 vote
3 answers
112 views

This runs successfully: os.system('pg_dump sdtests > /home/bret/dump.custom') But doing it with subprocess gives an error: command = ['pg_dump', 'sdtests', '>', '/home/bret/dump.custom'] ...
Bret Hess's user avatar
  • 542
0 votes
1 answer
73 views

I have a column named layout in a table named pages which contains JSON. In this case, the JSON actually represents the HTML of a page. Information is infinitely nested, just as an HTML page would be. ...
Joe Love's user avatar
  • 6,126

15 30 50 per page
1
2 3 4 5
11933