Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 4fbde1e

Browse files
committed
Add META.json file
1 parent 16b1aa5 commit 4fbde1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

META.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lsm3",
3-
"abstract": "LSM tree implemented using standard Postgres B-Tree indexes,
3+
"abstract": "LSM tree implemented using standard Postgres B-Tree indexes",
44
"description": "LSM3 provides fast inserts because of background index updates and improving index access locality.
55
Top index is used to perform fast inserts and on overflow it is merged
66
with base index. To perform merge operation concurrently

0 commit comments

Comments
 (0)