-
Here's a brief history of the auto-`CAST` in `CONCAT`:
- https://github.com/jOOQ/jOOQ/issues/461
- https://github.com/jOOQ/jOOQ/issues/473
- https://github.com/jOOQ/jOOQ/issues/2597
- https://gi…
-
### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues.
### Description
We have added the mtmv functi…
-
The admin dashboard currently features two graphs showing site activity. It should also include an activity stream showing each individual event as a separate textual item, with a link pointing back t…
-
@laceysanderson said in https://github.com/GMOD/Chado/issues/59
>I would worry a bit about this causing inconsistencies in the database. For example, what if your transcripts for a given analysis a…
-
Hi!
We are running postgresql 14.10 on AWS RDS, we have installed recently the pg_cron 1.6 extension, following this guide:
https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/PostgreSQL_pg_cr…
-
La page d'accueil de l'Atlas lance systématiquement des requêtes pour calculer un certains nombres de statistiques.
Avec un grand nombre d'observations (9,3 millions) le temps de chargement de la pag…
-
First of all, great library, I love the simplicity! But I think there's a big scaling problem here:
From reading how the query works, and analyzing it, it seems that (correct me if I'm wrong), it g…
-
We are using Replication Streaming and `wal2json` to replicate some tables from AWS RDS PostgreSQL 10.6 to other application. We selectively selecting some tables using `add-tables` parameter. Everyth…
-
## Goals:
- reliable consumption from `Kafka` and other persistent queues with exactly-once semantics;
- consistent implementation of `POPULATE` for `MATERIALIZED VIEW`;
- the unification of `LIV…
-
We may support the `defer` statement to do some clean-ups. There're several cases:
- We've created too many materialized views, and the dependency becomes too complex to resolve and write the `drop…