We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16b1aa5 commit 4fbde1eCopy full SHA for 4fbde1e
META.json
@@ -1,6 +1,6 @@
1
{
2
"name": "lsm3",
3
- "abstract": "LSM tree implemented using standard Postgres B-Tree indexes,
+ "abstract": "LSM tree implemented using standard Postgres B-Tree indexes",
4
"description": "LSM3 provides fast inserts because of background index updates and improving index access locality.
5
Top index is used to perform fast inserts and on overflow it is merged
6
with base index. To perform merge operation concurrently
0 commit comments