You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+34-33Lines changed: 34 additions & 33 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,11 +68,11 @@ When used as a relational data database, it supports both transactions and blobs
68
68
69
69
### Getting immudb running: executable
70
70
71
-
You may download the immudb binary from [the latest releases on Github](https://github.com/codenotary/immudb/releases/latest). Once you have downloaded immudb, rename it to `immudb`, make sure to mark it as executable, then run it. The following example shows how to obtain v1.9DOM.1 for linux amd64:
71
+
You may download the immudb binary from [the latest releases on Github](https://github.com/codenotary/immudb/releases/latest). Once you have downloaded immudb, rename it to `immudb`, make sure to mark it as executable, then run it. The following example shows how to obtain v1.9.5 for linux amd64:
| Server OS(s) | BSD, Linux, OS X, Solaris, Windows, IBM z/OS |
301
+
| Embeddable | Yes, optionally |
302
+
| Server APIs | gRPC |
303
+
| Partition methods | Sharding |
304
+
| Consistency concepts | Immediate Consistency |
305
+
| Transaction concepts | ACID with Snapshot Isolation (SSI) |
306
+
| Durability | Yes |
307
+
| Snapshots | Yes |
308
+
| High Read throughput | Yes |
309
+
| High Write throughput | Yes |
310
+
| Optimized for SSD | Yes |
310
311
311
312
## Performance figures
312
313
313
314
immudb can handle millions of writes per second. The following table shows performance of the embedded store inserting 1M entries on a machine with 4-core E3-1275v6 CPU and SSD disk:
314
315
315
316
| Entries | Workers | Batch | Batches | time (s) | Entries/s |
0 commit comments