| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: php-chdb | Distribution: Mandriva Linux |
| Version: 1.0.1 | Vendor: Mandriva |
| Release: 3 | Build date: Wed Aug 24 17:34:00 2011 |
| Group: Development/PHP | Build host: celeste.mandriva.com |
| Size: 23308 | Source RPM: php-chdb-1.0.1-3.src.rpm |
| Packager: Oden Eriksson <oeriksson@mandriva.com> | |
| Url: http://pecl.php.net/package/chdb | |
| Summary: A fast database for constant data with memory sharing across processes | |
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.
BSD
* Wed Aug 24 2011 Oden Eriksson <oeriksson@mandriva.com> 1.0.1-3mdv2011.0 + Revision: 696400 - rebuilt for php-5.3.8 * Fri Aug 19 2011 Oden Eriksson <oeriksson@mandriva.com> 1.0.1-2 + Revision: 695373 - rebuilt for php-5.3.7 * Tue May 17 2011 Oden Eriksson <oeriksson@mandriva.com> 1.0.1-1 + Revision: 675425 - import php-chdb * Tue May 17 2011 Oden Eriksson <oeriksson@mandriva.com> 1.0.1-1mdv2010.2 - initial Mandriva package
/etc/php.d/B15_chdb.ini /usr/lib64/php/extensions/chdb.so /usr/share/doc/php-chdb /usr/share/doc/php-chdb/package.xml
Generated by rpm2html 1.8.1
Fabrice Bellet, Mon May 20 16:15:11 2013