Overview
Multi-DB, Encrypted Columns and Indexing - Now Live!
Enhancement
Boltic Database (Boltic Tables) has been upgraded to deliver better scalability, security, performance, and developer experience. This release introduces new capabilities across database management, data protection, and query optimization to help you build and scale more efficiently.
What’s New
1. Multiple Databases per Account
- Create multiple databases within a single account
- Manage databases directly from the Boltic Console
- Easily separate environments (dev / staging / prod)
- Better isolation for different applications
- Scale cleanly as your data footprint grows
2. Encrypted Column Type - Built-In Data Security
We’ve introduced a new encrypted column type to securely store sensitive data directly in your tables.
Key highlights:
- Encryption is handled automatically by Boltic
- Ideal for PII and confidential information
- Optional deterministic encryption support same input produces the same encrypted output when enabled
3. Index Creation - Boost Query Performance
You can now create indexes on table columns directly in Boltic Tables.
This allows you to:
- Significantly improve query performance
- Clearly view and manage existing indexes per table
- Create and manage indexes directly from the table UI
- Support for single-column and multi-column indexes
- Choose the right index type based on your query pattern:
- B-Tree: equality and range queries
- Hash: exact match lookups
- GIN: arrays and search use cases
- SP-GiST: specialized and hierarchical data
- BRIN: large, naturally ordered tables

4. Revamped Tables UI
- Cleaner and more scannable list view
- Rich detail popup with contextual insights
- Side-panel record viewer for seamless navigation
- Inspect data without losing context
5. Table Templates
- Pre-built schemas for common use cases
- Comes with predefined columns and relationships
- Reduces setup time significantly
- Helps users get started faster

6. AI-Powered Table Filters
- Generate filters using plain English queries
- No need to remember column names or syntax
- AI suggests accurate query logic automatically
- Users can rate responses to improve accuracy
7. Usage Metering & Subscription-Based Blocking
We’ve added usage metering and enforcement based on your account’s subscription plan.
This includes:
- Accurate usage tracking at the account level
- Enforcement based on your subscription plan
- Automatic blocking when limits are exceeded
Why this matters:
- Scale across multiple databases
- Secure sensitive data with encryption
- Optimize performance using indexes
- Stay in control of usage and costs

