Re: [GENERAL] Write-optimized data structures

2017-01-06 Thread Merlin Moncure
On Thu, Dec 29, 2016 at 4:03 PM, selforganized wrote: > Hi, > > Does Postgresql have any write-optimized data structure like LSM-tree? if > not is there any plan to implement that? > > I'm building a write-heavy OLTP application. I'm looking at write-optimized > databases

[GENERAL] Write-optimized data structures

2016-12-29 Thread selforganized
Hi, Does Postgresql have any write-optimized data structure like LSM-tree? if not is there any plan to implement that? I'm building a write-heavy OLTP application. I'm looking at write-optimized databases like MyRocks, TokuDB, and Cassandra but I'd prefer to stay within Postgresql. Would PG