Name : php-pecl-chdb
| |
Version : 1.0.3
| Vendor : Remi Collet
|
Release : 2.el5.remi.5.5
| Date : 2014-03-16 11:24:14
|
Group : Development/Languages
| Source RPM : php-pecl-chdb-1.0.3-2.el5.remi.5.5.src.rpm
|
Size : 0.04 MB
| |
Packager : http://blog_famillecollet_com/
| |
Summary : A fast database for constant data
|
Description :
CHDB (constant hash database) is a fast key-value database for constant data, realized by using a memory-mapped file and thus providing the following functionalities: - Extremely fast initial load, regardless of the size of the database. - Only the pages of the file which are actually used are loaded from the disk. - Once a page is loaded it is shared across multiple processes. - Loaded pages are cached across multiple requests and even process recycling.
A typical use of CHDB is as a faster alternative to defining many PHP constants.
CHDB is internally implemented as a hash-table using a perfect hashing function, thus guaranteeing worst case O(1) lookup time.
|
RPM found in directory: /packages/linux-pbone/rpms.remirepo.net/enterprise/5/php55/x86_64 |
Hmm ... It's impossible ;-) This RPM doesn't exist on any FTP server
Provides :
chdb.so()(64bit)
config(php-pecl-chdb)
php-chdb
php-pecl(chdb)
php-pecl-chdb
Requires :