Storage Overview
DanubeData provides high-performance, reliable storage solutions for your cloud infrastructure. This guide covers storage types, features, and best practices.
Overview
Storage options include:
- NVMe SSD Storage: Ultra-fast NVMe storage included with all instances
- Block Storage: Additional persistent storage volumes
- Snapshots: Point-in-time backups of volumes and instances
- Database Storage: Managed database storage with automatic scaling
- Backup Storage: Long-term backup storage
Storage Types
NVMe SSD Storage
Included with all VPS instances:
- Performance: Up to 3,000+ MB/s read, 2,000+ MB/s write
- IOPS: 100,000+ random read IOPS
- Latency: Sub-millisecond latency
- Reliability: Enterprise-grade NVMe SSDs
- Included: Part of instance profile
Learn More: NVMe Storage Documentation
Block Storage
Additional persistent volumes:
- Capacity: 10 GB to 10 TB per volume
- Performance: High-performance SSD storage
- Flexibility: Attach/detach from instances
- Snapshots: Create point-in-time backups
- Scaling: Resize volumes without downtime
Learn More: Block Storage Documentation
Snapshots
Backup volumes and instances:
- Full Backups: Complete volume/instance copies
- Incremental: Only changed data after first snapshot
- Instant Recovery: Restore in minutes
- Retention: Keep snapshots as long as needed
Learn More: Snapshots Documentation
Storage Performance
NVMe Performance
Typical performance metrics:
| Metric | Value |
|---|---|
| Sequential Read | 3,000+ MB/s |
| Sequential Write | 2,000+ MB/s |
| Random Read IOPS | 100,000+ |
| Random Write IOPS | 80,000+ |
| Latency | < 1ms |
Block Storage Performance
Performance scales with size:
| Volume Size | IOPS Baseline | Max IOPS |
|---|---|---|
| 10-100 GB | 3,000 | 3,000 |
| 100-500 GB | 6,000 | 6,000 |
| 500 GB-1 TB | 12,000 | 12,000 |
| 1-5 TB | 16,000 | 16,000 |
| 5-10 TB | 20,000 | 20,000 |
Storage Pricing
Included Storage
- VPS instances include SSD storage in profile
- Database instances include storage in profile
- Cache instances include persistence storage
Additional Storage
Block Storage:
- $0.10/GB/month
- Charged hourly: $0.00014/GB/hour
Snapshots:
- $0.05/GB/month
- Incremental storage only
Backup Storage:
- $0.10/GB/month
- Database and VPS backups
Best Practices
Storage Management
- Right-Size Volumes: Start small, scale as needed
- Regular Snapshots: Backup important data
- Monitor Usage: Track storage consumption
- Clean Up: Delete unused volumes and snapshots
- Use Block Storage: For data that needs to persist independently
Performance Optimization
- Use NVMe: Fastest performance for OS and applications
- Separate Data: Use block storage for data volumes
- RAID Not Needed: Storage already redundant
- Filesystem Tuning: Use ext4 or xfs for best performance
- Monitor IOPS: Ensure not hitting limits
Data Protection
- Regular Backups: Automate snapshot creation
- Test Restores: Verify backups work
- Multiple Copies: Keep snapshots in multiple regions
- Encryption: Enable encryption for sensitive data
- Access Control: Limit who can delete volumes