-
The unnest function supported by PostgreSQL is the reason the query for user flags is heavy.
```sql
select distinct unnest(user_flags)
from message_mailbox
where mailbox_id = cast($1 as uuid)
`…
-
performance test pr:
- https://github.com/apache/james-project/pull/2514
Docker image:
tungtv202/tmail-backend-postgresql:20241125
-
See https://github.com/pramsey/pgsql-ogr-fdw.
If not how can I build it myself so it can be successfully loaded with postgreapp?
Many thanks
-
After the refactoring of the base API (BlobStore and BlobStoreDAO), you need to refactor PostgresBlobStoreDAO to implement the new methods taking multitenancy per bucket into account.
DoD: Integrat…
-
Hi, I have a partitioned table setup with a cron job that calls `partman.run_maintenance('table')` every week. About 3 weeks ago, my job started to fail due to timeouts. I just noticed this week and I…
-
## start command
```
docker run -d \
--name briefer \
-p 8010:3000 \
-v briefer_jupyter_data:/home/jupyteruser \
-v briefer_briefer_data:/home/briefer \
-e POSTGRES_HOSTNAME=**** \
…
-
hello!
I've just updated zabbix-server-pgsql container to zabbix 7.0.6 and I tried upgrading my postgresql from 16 to 17 (it's actually a postgres with timescaledb extension provided by timescaledb, …
-
### Describe the bug
I'm running neosmemo/memos@latest on my Synology NAS with DSM 7.2.2 as part of a container project including postgres. It works great typically but every time I update the image …
-
When make with postgre, following error occurs:
making install mod_pgsql
make[4]: Entering directory '/usr/src/freeswitch-1.10.11/src/mod/databases/mod_pgsql'
CC mod_pgsql_la-mod_pgsql.lo…
-
```
Checking for presence of required libraries WARNING: Without shared_preload_libraries, only current backend stats will be available.
fatal
Your installation references load…