[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Columnar databases
- To: openldap-technical@openldap.org
- Subject: Columnar databases
- From: Kristoffer Sjögren <stoffe@gmail.com>
- Date: Sat, 11 Jul 2015 23:43:35 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=gFq26XbNnb1gFShnO+vsWoEqsEVtc/U3x/LipqWhwGY=; b=Jh1VB7SB82ybEq0ej4tgYs0crhbxIz5HuV7Vwiy9fWc5w8Enht2sgQa7n05Zaw+app PkaciVipOs+TM8ZIeOiXejkJ7nzAbpTBEfWCdf8U0hVBlfGl+JgG7PxstwuZ+4oww/uD v8oPhhnwUD9fCdV5uH2qY9QPfRjP7KI9Vlc1tnPD6RWY/W2Gj0GUsQ7q1Lqf2CCRQMmA Joz9iSAVCYwoLjHjUsb/hYMmoP8s1EeBKtIb20swK0ERJMHOGBqzDeeqtK7tedIOhK5/ M5orp+ODi4w71EabH0AMQ3MBx6C1scrTAFZvkqJFQTyt51AeS7JrEckyrq5koygK4Ym+ Cz9A==
Hi
I'm doing some experiments with LMDB trying to emulate a columnar
storage database using roaring bitmaps and other tricks.
The initial results are promising, but I ask myself, is a row based
storage like LMDB appropriate for implementing a columnar database or
are there better, more efficient ways/formats?
Cheers,
-Kristoffer