How to Install and Uninstall php56-php-pecl-chdb.x86_64 Package on Rocky Linux 8
Last updated: November 12,2024
1. Install "php56-php-pecl-chdb.x86_64" package
Please follow the guidelines below to install php56-php-pecl-chdb.x86_64 on Rocky Linux 8
$
sudo dnf update
Copied
$
sudo dnf install
php56-php-pecl-chdb.x86_64
Copied
2. Uninstall "php56-php-pecl-chdb.x86_64" package
Please follow the instructions below to uninstall php56-php-pecl-chdb.x86_64 on Rocky Linux 8:
$
sudo dnf remove
php56-php-pecl-chdb.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the php56-php-pecl-chdb.x86_64 package on Rocky Linux 8
Last metadata expiration check: 2:09:51 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : php56-php-pecl-chdb
Version : 1.0.3
Release : 6.el8.remi
Architecture : x86_64
Size : 21 k
Source : php56-php-pecl-chdb-1.0.3-6.el8.remi.src.rpm
Repository : remi-safe
Summary : A fast database for constant data
URL : http://pecl.php.net/package/chdb
License : PHP
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.
Available Packages
Name : php56-php-pecl-chdb
Version : 1.0.3
Release : 6.el8.remi
Architecture : x86_64
Size : 21 k
Source : php56-php-pecl-chdb-1.0.3-6.el8.remi.src.rpm
Repository : remi-safe
Summary : A fast database for constant data
URL : http://pecl.php.net/package/chdb
License : PHP
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.