-
When calling `create_parent` with a publication name, the default partition is not included in the publication. Example:
```
CREATE TABLE test_table (row_time TIMESTAMP NOT NULL) PARTITION BY RAN…
-
Hello,
When exporting with TYPE = TABLES, I do not get the TEMPORARY TABLES, although Postgres accepts the CREATE TEMPORARY TABLE command. Can something be done for that ?
Here is the Oracle cod…
-
In Druid queries, `__time` is a very important filter since applying it narrows down the scan range, otherwise, Druid will do a full table scan, which is very slow and resource-consuming.
Currently…
-
Somewhat of a follow up to #421. We have multiple tables configured with partitions by dates and hourly `pg_cron` jobs to run `partman.run_maintenance` on them individually. For some reason, on multip…
-
I installed thingsboard app with kafka and postgres on separate servers, ran the install.sh --loadDemo successfully, but when i start the thingsboard service it exits after a few seconds (im even able…
-
### Discussed in https://github.com/grafana/grafana/discussions/37009
Originally posted by **mindfuucker** March 22, 2019
What happened:
I just installed grafana to connect to my postgresql…
-
**Component**
* Generic
**Environment**
* OS: Windows 10
* ThingsBoard: 3.0.1
* Browser: Chrome
**Description**
I am able to build the jars from source code. However when I run the j…
-
I am successfully using openconnect-sso on Debian stable (10/buster) on multiple computers doing SSO. However, on Debian testing when I'm trying to connect the web browser window opens up but is empty…
-
### Bug description
Whenever I try to deploy migrations to any remote database that isn't localhost, I get this error:
```
➜ pnpx prisma migrate deploy
Environment variables loaded from .env
…
-
Hi,
What does this _default tables mean? Are those intermediate tables between the main tables(history/trends) and the partitioned tables?
ALso i could see some errors which stopped partitioning…