close
Skip to main content
Filter by
Sorted by
Tagged with
Advice
0 votes
1 replies
11 views

Good morning, I’ve browsed the forum a bit, and while I’ve found some interesting things, I haven’t found anything that really addresses my concerns. I’d like to create an Android app that functions ...
Shacstone's user avatar
-3 votes
1 answer
80 views

For context, I’m currently trying to build a small project that uses Python, Flask and SQLAlchemy that users will be able to download from GitHub and run on their local machines. The eventual goal is ...
crispy_frites's user avatar
0 votes
0 answers
57 views

I have this table structure which is for a multi-tenant saas based application: CREATE TABLE IF NOT EXISTS schema_x.table_x ( col1 integer NOT NULL GENERATED ALWAYS AS IDENTITY ( INCREMENT 1 START ...
LifeOfPi's user avatar
  • 625
Advice
1 vote
5 replies
101 views

I'm building a file-sharing application called OmeBox. Each shared item has an expiration timestamp. In Python, I'm currently storing records like this: omebox = { "id": "abc123&...
Rajsekhar Maity's user avatar
Best practices
1 vote
8 replies
95 views

I'm trying to solve a problem on the platform Codewars: For this challenge you need to create a basic Age Calculator function which calculates the age in years on the age field of the peoples table. ...
dmitrii-vanin's user avatar
-3 votes
1 answer
99 views

I'm using Docker compose to run a postgres instance. It has been working fine until now despite not changing anything in the docker compose file. The database doesn't connect and the healthcheck fails....
Eva's user avatar
  • 5,007
2 votes
1 answer
86 views

I am using a TimescaleDB hypertable to store sensor data. I need help creating a query that will work as a Continuous Aggregate so I can query for years' worth of data at a time. The data comes from ...
Joe Strommen's user avatar
  • 1,254
-2 votes
0 answers
51 views

I'm building a reading website with Next.js and Supabase. The website lets users upload chapters as files (Word docs, PDFs, or images). When a user tries to upload a chapter file, I get this error: ...
Sami Uddin's user avatar
Best practices
2 votes
4 replies
112 views

I am building a worker system where idle hardware is expensive, so machines need to pick up new tasks as quickly as possible. Task durations vary significantly: some take a few seconds, others several ...
ahmad adel's user avatar
-2 votes
0 answers
72 views

I'm investigating a strange issue in an ASP.NET Core Web API and have reached a dead end. Environment: ASP.NET Core Web API EF Core + Npgsql IIS on Windows EC2 Aurora PostgreSQL RDS EC2 and RDS are ...
Abhinav Ram's user avatar
0 votes
2 answers
100 views

I am trying to create the procedure shown here in Amazon Redshift. However, I keep getting this error repeatedly: [42601] ERROR: syntax error at or near "$1" in context "256), $1"...
somnathchakrabarti's user avatar
-2 votes
0 answers
50 views

After "Notification for Scheduled Maintenance to Azure Database for PostgreSQL" on 5/29/2026, 4:42:00 AM (UTC) PGBouncer doesn't connect https://learn.microsoft.com/en-us/azure/postgresql/...
user32790823's user avatar
8 votes
3 answers
316 views

I have a table containing a lot of typed/named items and I want to create a (materialized?) view to group them together so that a UI can later make it easier for users to select. Description The goal ...
Atmo's user avatar
  • 4,310
Advice
0 votes
2 replies
90 views

I am building an online code execution platform similar to LeetCode. Current Architecture Fastify Backend Receives requests from users. Sends code execution requests to a separate Judge service. ...
Jnanesh's user avatar
Advice
1 vote
7 replies
110 views

I have a PostgreSQL table partitioned by a datetime field called journeyTime. If I have a query where the selection criteria is... WHERE date_trunc('day', journeyTime) = '01-May-2025' I would expect ...
ConanTheGerbil's user avatar

15 30 50 per page
1
2 3 4 5
11928