WRPS
10k
LioranDB v2 pre-alpha
Run it locally.
Start a single local LioranDB node with Docker, then watch the bootstrap password and server listeners come up exactly like this.
omen@local:~/liorandb
$
docker run -d --name liorandb -p 27018:27018 -p 27019:27019 -p 27201:27201 -v ldb-data:/var/lib/liorandb/data liorandb:pre-alphaliorandb-startup: scope=dbms.local stage=table_registration elapsed_ms=0
liorandb-startup: scope=dbms.local stage=collection_metadata_warmup elapsed_ms=0
liorandb-startup: scope=dbms.local stage=open_total elapsed_ms=0
liorandb-startup: scope=dbms.local total_elapsed_ms=0 accounted_ms=123 unexplained_ms=0
liorandb-bootstrap: username=admin temporary_password=Q7m!Z2x@L9p#R4vK
[server started] HTTP 0.0.0.0:27018 gRPC 0.0.0.0:27019 metrics 0.0.0.0:27201
Press Ctrl+C to begin graceful shutdown.Benchmark
Throughput at a glance.
RPS
35kOPS
45k