INFO
Name: php56-php-pecl-chdb
Version: 1.0.3-5.el7.remi
Arch: x86_64
Summary: A fast database for constant data
License: PHP
Vendor: Remi Collet
Build Host: schrodingerscat.famillecollet.com
Build Date: Tue Aug 26 04:41:46 2014
Size: 28990
URL: http://pecl.php.net/package/chdb
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.
FILES
/opt/remi/php56/root/etc/php.d/40-chdb.ini
/opt/remi/php56/root/usr/lib64/php/modules/chdb.so
/opt/remi/php56/root/usr/share/doc/pecl/chdb
/opt/remi/php56/root/usr/share/doc/pecl/chdb/INSTALL
/opt/remi/php56/root/usr/share/doc/pecl/chdb/LICENSE
/opt/remi/php56/root/usr/share/doc/pecl/chdb/README
/opt/remi/php56/root/var/lib/pear/pkgxml/php56-php-pecl-chdb.xml
REQUIRES
/bin/sh
/bin/sh
/opt/remi/php56/root/usr/bin/pecl
/opt/remi/php56/root/usr/bin/pecl
config(php56-php-pecl-chdb) 1.0.3-5.el7.remi
libc.so.6()(64bit)
libc.so.6(GLIBC_2.14)(64bit)
libc.so.6(GLIBC_2.2.5)(64bit)
libc.so.6(GLIBC_2.3.4)(64bit)
libc.so.6(GLIBC_2.4)(64bit)
libcmph.so.0()(64bit)
php56-php(api) 20131106-64
php56-php(zend-abi) 20131226-64
php56-php-spl(x86-64)
rpmlib(CompressedFileNames) 3.0.4-1
rpmlib(FileDigests) 4.6.0-1
rpmlib(PayloadFilesHavePrefix) 4.0-1
rtld(GNU_HASH)
rpmlib(PayloadIsXz) 5.2-1
PROVIDES
config(php56-php-pecl-chdb) 1.0.3-5.el7.remi
php56-php-chdb 1.0.3
php56-php-chdb(x86-64) 1.0.3
php56-php-pecl(chdb) 1.0.3
php56-php-pecl(chdb)(x86-64) 1.0.3
php56-php-pecl-chdb 1.0.3-5.el7.remi
php56-php-pecl-chdb(x86-64) 1.0.3-5.el7.remi
scl-package(php56)
CONFIG FILES
/opt/remi/php56/root/etc/php.d/40-chdb.ini cn
/opt/remi/php56/root/usr/lib64/php/modules/chdb.so
/opt/remi/php56/root/usr/share/doc/pecl/chdb
/opt/remi/php56/root/usr/share/doc/pecl/chdb/INSTALL d
/opt/remi/php56/root/usr/share/doc/pecl/chdb/LICENSE d
/opt/remi/php56/root/usr/share/doc/pecl/chdb/README d
/opt/remi/php56/root/var/lib/pear/pkgxml/php56-php-pecl-chdb.xml
LICENSE FILES
PHP
|