-
Hi, thanks for your previous help,
Was wondering if you could provide just a high level overview comparing the pros/cons of Lance vs other solutions such as:
- TileDB (array / dataframe database)
…
-
### Is this a new bug in dbt-core?
- [X] I believe this is a new bug in dbt-core
- [X] I have searched the existing issues, and I could not find an existing issue for this bug
### Current Behav…
-
Haven't looked into the code yet, but had a few general questions:
1. It seems the tweak data index is being built by getting prevout information from `bitcoind` (via the `txindex`). Curious if you…
-
**Is your feature request related to a problem? Please describe.**
Hi, thanks for tortoise! I've had a lot of fun using it so far.
There is a known issue with the postgres backend where transactio…
-
`custom_queries` has proven to be a great point for extension. We've struggled on how to implement, use, and make clear adapter-specific features like Transactions (see #582). My proposal is this:
…
-
DbKvs.createTable on postgres creates the table in three transactions, and actually sets the metadata in a fourth. Similar problem for oracle/in memory/etc.
That means that other threads have acce…
-
CockroachDB 20.1 is introducing support for nested transactions via postgres' (and SQL standard) savepoint protocol. SAVEPOINT, RELEASE SAVEPOINT, COMMIT SAVEPOINT.
However as of 20.1, a (nested) t…
-
When a PL/pgSQL RAISE statement is executed, its message is immediately flushed to the client in order to mirror postgres behavior. However, this interferes with transaction retries, because the trans…
-
Hi All,
Just receiving this sql error in tableau when trying to select example table "kamu"."my.trading.holdings" and "kamu"."my.trading.transactions".
**To reproduce:**
```
cd trading
…
-
## Project description
A postgres adapter for the LDPoS chain module which allows it to persist transactions, blocks, accounts, votes and multisignature groups to Postgres.
## Overview
LDPoS …