PBXT was a storage engine that was included in the MariaDB source and binaries by default until MariaDB 5.3.
Since MariaDB 5.5, the PBXT storage engine has been disabled by default and must be explicitly built to use it. The reason is that PBXT is not actively maintained anymore. It has a few bugs that are not fixed and it's not actively used.
The PBXT versions in various releases are:
PBXT is a general purpose transactional storage engine. PBXT is fully "ACID" compliant, which means it can be used as an alternative to other MariaDB transactional engines (such as XtraDB or InnoDB).
PBXT features include the following:
PBXT will not take any resources (disk space or CPU processing) until you create your first PBXT table.
The included xtstat
program can be used to monitor all internal activity of PBXT. See xtstat for more information.
Further documentation for PBXT can be found here: http://www.primebase.org/documentation
© 2019 MariaDB
Licensed under the Creative Commons Attribution 3.0 Unported License and the GNU Free Documentation License.
https://mariadb.com/kb/en/about-pbxt/