Tantor DB Basic Edition (Tantor BE) is a PostgreSQL-based DBMS. It includes manufacturer support and some new features compared to PostgreSQL.
Tantor DB is suitable for all public and commercial domains that use DBMS’s.
Changes to DBMS core
- More partitions in the
shared buffer
. - The
pglz
compression algorithm is optimized by around 1.4 times. - Fewer data page locks in the
shared buffer
. - WAL file compression feature using the
lz4
andzstd
algorithms. - Optimized and faster recovery for the
standby fadvise
cascade replication. - Terminating sessions upon a specified timeout.
- Terminating transactions upon a specified timeout.
- Checksums for data pages are enabled by default.
- Adding new reserved connections. You can specify the number of such connections in the
reserved_connections
property of the configuration file. This enables reserving connection slots for the users that are not superusers. The slots reserved through this property are only available to the users that may have the newpg_use_reserved_connections
predefined role. - Support for ARM64.
Additional modules
pgaudit
pgauditlogtofile
pg_cron
pg_store_plans
pg_wait_sampling
page_repair
pg_background
-
Get an SSH key pair to connect to a virtual machine (VM).
-
Create a VM from a public image:
- Under Image/boot disk selection, go to the Cloud Marketplace tab and select Tantor DB Basic Edition (Astra Linux).
- Under Access:
- Enter the username in the Login field.
- Paste the contents of the public SSH key file in the SSH key field.
Save the public IP address and VM ID.
-
Connect to the VM over SSH. Use the username you provided when creating the VM, as well as the generated private SSH key.
-
Check the service status:
sudo systemctl status tantor-se-server-15
-
Run a test query to the database:
sudo su - postgres -c 'psql -c "select tantor_version(), tantor_edition(), tantor_build();"'
-
Connect to the database:
sudo -iu postgres psql
For more information on Tantor DB, see Installing and configuring Tantor DB Basic Edition 15 image (in Russian).
Astralinux
Astralinux provides technical support to Tantor DB Basic Edition users in Yandex Cloud. For more information on the technical support terms, see the relevant Technical Support Terms and Conditions (in Russian).
Yandex Cloud
Yandex Cloud does not provide technical support for this product. If you have any issues, please refer to the respective developer’s information resources.