-
## 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 …
-
> CockroachDB is a cloud-native SQL database for building global, scalable cloud services that survive disasters... a distributed SQL database built on a transactional and strongly-consistent key-valu…
-
This is more of a question on documentation:
When you give the following command to run the HTAP benchmark queries, how many iterations of queries does it run ?
java -cp .:target/htapbench-0.95-jar…
-
1. phenomenon
Backend process crashed when executing 2pc transaction in citus.
- coordinator
2019-11-24 11:08:09.914 CST 35791 10.246.66.182(6881) lobausr lobadbw2 PostgreSQL JDBC Driver WARN…
-
Hi,
I'm using Postgraphile and PostgreSQL notifications mechanism to deliver some messages in our solution. However, I discovered some strange spikes in transactions which seems to be connected to…
-
We are looking into replacing Repmgr with Patroni and testing various failover scenarios.
It seems that the patroni currently keeping persistent connection to the master database. For any reason if…
-
Hi
I found when sending multiple statements separated by ';\n' in one query, they will be included in one single transaction on Postgres. And I tried to do the similar thing via plsql or Java JDBC F…
-
Currently sending a `BEGIN` statement when inside of a transaction results in an error:
```
root@:26257/defaultdb OPEN> begin;
ERROR: there is already a transaction in progress
```
This has …
-
### Issue description
Recently we've experienced large amout of DB transactions due to a deadlock error
### Expected Behavior
-
### Actual Behavior
After investigating, we've found that it's has …
-
I have tried to build the indexer - following the steps:
git clone git@github.com:near/near-indexer-for-explorer.git
cd near-indexer-for-explorer
echo "DATABASE_URL=postgres://xxx:yyy@zzzz/dbdbdbd…