I agree to the use of cookies by the website owner in accordance with the Cookie Policy at tantorlabs.ru and tantorlabs.com and the Personal Data Processing and Protection Policy, including the transfer of cookie data to third-party analytics and advertising services as specified in the Cookie Policy at tantorlabs.ru.
ОК
Get in touch
Get in touch If you have any question, just let us know!
Universal, high-performance, and secure DBMS based on PostgreSQL
Tantor SpecialEdition DBMS
Security, performance, fault tolerance, and reliability
Five-year product support and update cycle
Prompt vendor assistance
Documentation
Documentation
Powerful solution for commercial tasks of any complexity
Registry record #14818 as of 12.09.2022 in the consolidated Russian software registry
Tailored and optimized for workloads requiring both exceptional performance and high reliability. Well-suited for OLTP, data warehousing, and IoT, leveraging enhanced data storage and processing capabilities.
Awarded “DBMS Developer of the Year” at the 2024 TAdviser IT Prize
Features cutting-edge administration, profiling, and DB load monitoring tools, plus automation for routine operations. Offers instruments to detect bottlenecks and avoid failures and design flaws early in the development process.
Simple and effective management
Tantor Special Edition’s DBMS changes reflect long-term PostgreSQL system usage. Some enhancements are deployed before they appear in PostgreSQL, allowing customers to benefit from new features sooner.
One step ahead of Postgres
Enterprise-grade PostgreSQL database solutions for heavy workloads
Distinctive features of the Tantor Postgres DBMS family compared to PostgreSQL
Additional functionality
Core improvements and optimization
Management, monitoring, profiling
Reliability and high availability
Migration from Oracle
DB cybersecurity
Additional functionality
Core improvements and optimization
Management, monitoring, profiling
Reliability and high availability
Migration from Oracle
DB cybersecurity
Increased performance as compared to PostgreSQL
Transparent data encryption
The Transparent Data Encryption technology, implemented as an extension, ensures reliable protection of information at rest. It allows selective encryption of individual tables, enabling flexible security levels for different data categories. Transparent Data Encryption supports various encryption algorithms, including GOST, which comply with modern security standards
PostgreSQL has a limitation (N = 2³²) on the number of transaction IDs (XID), after which a freeze operation is required. With a 64-bit XID, transaction counter overflow becomes virtually impossible
Extended use of SIMD instructions
SIMD technology enables multiple data operations in a single CPU cycle. Enhancements that will only appear in PostgreSQL 18 are already available in Tantor Postgres 17.5.0
WAL prefetching
Improved performance through preloading of WAL (Write-Ahead Log) blocks
A background worker pool is used to improve performance
Transparent anonymization
The transparent anonymization mechanism allows sensitive data in the database to be masked or replaced. After masking rules are defined, anonymized data can be accessed using dynamic masking, which hides information only from untrusted users
Performance improvements
The pg_ivm extension has been added, implementing incremental materialized views. This extension enables updates to materialized views as source table data changes
Additional contrib modules
Over 20 additional modules (extensions) have been added to the contrib package
Functionality for generative AI
High-performance columnar data storage optimized for append-only data on modern hardware platforms — vectorized processing and in-memory computation:
for recommendation systems and content personalization
for semantic search and natural language processing
for computer vision and pattern recognition
for integration with modern machine learning models
Columnar data storage
High-performance columnar storage optimized for append-only data on modern hardware platforms: vectorized processing and in-memory computation
Background data archiving
pg_archive extension — automatic archiving of data from partitioned tables. Configurable auto-archiving policies for outdated data in the background. Combined with the pg_throttle extension, it forms a powerful tool for information lifecycle management (ILM). Columnar access method is supported
Transaction_timeout parameter
The timeout applies to both explicit transactions (started with the BEGIN command) and implicit transactions corresponding to single SQL statements
An integrated graphical management and administration tool built into the DBMS:
Includes a module showing the current wait event of any specific process
Displays statistics for detected predicates in WHERE clauses and JOIN conditions
Includes the pg_trace extension for deep SQL query analysis and profiling. Its simple interface enables technical specialists to quickly identify and resolve performance issues
Precision statistics collection
Allows users to find an optimal balance between the accuracy of collected statistics and the time required to gather it
Automatic query plan analysis
Provides insight into query performance without manual intervention, helping to proactively detect inefficiencies
pg_archive extension
Enables automated archiving of data from partitioned tables with customizable background archiving policies. Combined with the pg_throttle extension, it forms a powerful toolkit for information lifecycle management (ILM). Supports columnar data access
Unified GUI suite to manage corporate Postgres databases, and other essential tools
pg_throttle extension
Provides the ability to limit the execution speed of queries. Especially useful in analytical systems where restricting server resource consumption by heavy queries can significantly reduce their negative impact. In the new version, cgroups support has been added. This allows assigning a specific user's backend process to a pre-created control group, providing a workload isolation mechanism to improve system stability.
Execution plan statistics module
A built-in module that tracks execution plans for all SQL statements processed by Tantor DBMS, enabling deeper performance analysis and query optimization.
Hypothetical (virtual) indexes
Support for virtual indexes that allow evaluating the potential performance impact of index creation without actually modifying the database schema
File system–level performance analysis
Integration of the pg_stat_kcache extension, which captures real physical read and write operations, helping to identify performance bottlenecks that are undetectable by conventional tools
Tools and features for building high-availability clusters
Full and incremental backup
Fast backup without downtime, including differential and incremental methods
WAL prefetching
Ability to restore pages, as well as visibility maps and free space maps, in case of WAL corruption
Transaction log integrity control
Automatic detection and recovery from the transaction log buffer
Compatibility and integration with RuBackup
Tested for compatibility and integrated with the RuBackup backup system by Astra Group, with synchronized roadmaps
Masking, password management, and auditing tools for robust database protection and sensitive data discovery
Transparent data encryption
The transparent data encryption (TDE) technology, implemented as an extension, provides reliable protection of information stored on disk. It allows selective encryption of individual tables, enabling flexible security levels for different data categories. TDE supports various encryption algorithms that comply with modern security standards.
pg_anon extension
Search and anonymization of sensitive data within the database
Credential validation
Validation of credentials during user creation, password changes, and renaming — defining a set of rules for user management and password policies
Enhanced auditing
Advanced auditing within the DBMS, with detailed logging of session and/or object activities
Modern OAuth 2.0 authentication protocol
Integration of the OAuth 2.0 standard significantly enhances security in user authorization. This modern protocol allows applications to access data without transmitting passwords, greatly reducing risks of unauthorized access and credential compromise
Dedicated application for DBMS security auditing
The innovative pg_sec_check application included in the DBMS distribution enables administrators to regularly perform comprehensive vulnerability audits. The tool automatically detects potential threats and generates detailed reports with specific recommendations to improve DBMS security
Transparent data masking
Real-time transparent data masking within the DBMS ensures sensitive information is hidden from untrusted users on the fly
Broadened functionality to ensure compatibility with specific Oracle database features
Ability to install from the Tantor repository and use certain DBMS packages similar to those in Oracle