#
shared-nothing
Here are 5 public repositories matching this topic...
Distributed transactional NoSQL database, Redis protocol compatible using tikv as backend
redis
rocksdb
database
nosql
raft
transaction
tikv
shared-nothing
2pc
transaction-storage
distributed-nosql-database
-
Updated
Oct 19, 2021 - Go
pzou1974
opened
Sep 24, 2019
R Database Interface & SDK for EXASOL 6
-
Updated
Apr 28, 2017 - C
Improve this page
Add a description, image, and links to the shared-nothing topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the shared-nothing topic, visit your repo's landing page and select "manage topics."
Use case:
Get the total duration over many events. Something like
select sum(age(ended, started)) from myeventsorselect sum(ended - started) from myevents- depending on crate/crate#12479See https://github.com/crate/crate/blob/dc3ce297b1597d482949a2e57479890feb3adbf4/server/src/main/java/io/crate/execution/engine/aggregation/impl/SumAggregation.java#L67