Re: [PECL-DEV] New extension: chdb
[email protected] (Lorenzo Castelli) Sat, 5 Jun 2010 16:05:16 +0200
| Newsgroups | php.pecl.dev |
|---|---|
| Message-ID | <1275746716.2939.13.camel@lorenzo-desktop> |
On Fri, 2010-06-04 at 22:22 +0200, Pierre Joye wrote: > Have you considered hidef too? Maybe the two can be merged into one extension? As far as I can see hidef is quite different design-wise. The main design choice of chdb is the use of a memory-mapped file for storing the database, which allows for constant time initial loading, on-demand page loading, sharing across multiple processes and caching across process recycling. I'm not sure about what kind of merging could be done. What would you propose? Lorenzo Castelli