YOUR CART
- No products in the cart.
Subtotal:
$0.00
BEST SELLING PRODUCTS
To appreciate the leap forward, compare V.21.0 vs. V.21.1:
| Feature | V.21.0 | Dwh V.21.1 | |---------|--------|------------------| | Max concurrent queries | 500 | 2,000 | | Data ingestion speed | 100 MB/s per node | 350 MB/s per node | | Time to restore 10 TB | 45 minutes | 12 minutes | | Native JSON support | Limited (via UDFs) | Full (with path indexing) | | Kubernetes operator | Beta | Generally Available |
The secret behind these improvements is a redesigned shared-disk architecture paired with disaggregated compute. This enables independent scaling of storage and computing nodes—a game-changer for organizations with fluctuating analytical demands.
Independent tests using the TPC-DS benchmark (10 TB scale) show:
One of the standout features of Dwh V.21.1 is its built-in ML-based tuning advisor. The system monitors workload patterns over time and automatically suggests—or applies—indexing, partitioning, and materialized view changes. This reduces the DBA workload by an estimated 60%.
./dwh_21.1_linux_x64.bin
dwhctl init -f init_script.sql
Cloning has been a staple of DWH, but V.21.1 merges zero-copy clones with unified time travel retention.
| Issue | Likely Fix |
|-------|-------------|
| Queries failing with “invalid date” | Add explicit TO_DATE(col, 'YYYY-MM-DD') |
| WORKLOAD_MEMORY_LIMIT not applied | Restart the workload manager service |
| Replication lag increased | Increase log buffer from 256 MB to 512 MB |
| Feature | v20 | v21.1 | |---------|-----|-------| | Storage | Row + basic columnar | Hybrid columnar + LZ4 compression | | Partitioning | Static | Auto sliding window + partition pruning | | Query engine | Volcano model | Vectorized (batch processing) | | Statistics | Manual | Auto + incremental stats | | Security | Basic GRANT | Row/col-level security + dynamic masking |