-
DB2 is a DBMS that is used by many larger organisations in the world. Vault has a database secrets engine supporting databases from multiple vendors. DB2 is not included in that list. Support for DB2 …
-
Hi, I'm looking for a way to read encrypted sqlite databases.
There are many different ciphers allowing encryption of sqlite databases. One project support multiple ciphers: https://github.com/utelle…
-
Most databases support multi-row INSERT statements so
it is possible to speed up \copy by using batches. This issue is discussed in the PR for Clickhouse \copy implementation -
https://github.com/x…
-
Hi!
Recently I did many Profile-Guided Optimization (PGO) benchmarks on multiple projects (including many parsers and databases) - the results are available [here](https://github.com/zamazan4ik/awe…
-
## Steps to reproduce this issue
Have multiple sessions to different servers set up. Connect to one, add some queries. Quit the session, go to another one. Saved queries are there from the othe…
-
Should they be stored in some config file or in the database? In theory answer is simple: If setting is global then in config file otherwise in the database. But currently application can use only one…
-
## Feature Request
Generalize and simplify the vector store interface (and the integration of third party vector stores).
### Motivation
Rig's current approach to vector stores and vector search …
-
From the docs: https://learn.microsoft.com/en-us/ef/core/querying/single-split-queries#characteristics-of-split-queries
> While most databases guarantee data consistency for single queries, no such…
Xriuk updated
2 months ago
-
my migrations directory was named pillar.migrations and this was throwing an exception stating it could not find any migration files, renaming the directory to migrations fixed this issue, but that is…
-
Hello,
Would appreciate any guidance on this.
My scenario:
I have a lot of databases, each one it's a exact replica but for a different customer. Each DB can be on multiple servers. I can hav…