pranadb icon indicating copy to clipboard operation
pranadb copied to clipboard

Results 100 pranadb issues
Sort by recently updated
recently updated
newest added

We should spend some time going through the source code and providing more source level documentation

low priority

We should consider whether to allow aggregations on pull queries.

low priority

Joins for pull queries. https://stackoverflow.com/questions/59811150/how-do-database-joins-work-in-a-distributed-relational-database

low priority

Write some design documentation describing the architecture

For phase 1 we should implement mTLS certificate based auth for Prana for the gRPC API.

The static leader balancer set the leader of each raft group to a predetermined node, similar how static node assignment works. Currently, the balancer runs every five minutes, but this...

The current MV/index fill occurs as part of DDL execution. It can take considerable time, and if raft leadership changes during this period it will be cancelled. The fill logic...

Implement InjectorProto on SelectorInjector

2022-11-30 16:49:27.164345688 +0000 UTC m=+565.780531976 failed verifying scenario: aggregations do not match expected values expected: map[aud:337389276 eur:337376288 gbp:337402264 usd:337415253] actual: map[]

aggregation scenario

Is there any interest / need for supporting NATS Jetstream ? I suspect that supporting both might be quite easy since Pranadb is only subscribing to topic changes and not...