Skip to content

Application Storage Management

Application Storage Management provides standardized storage structures and flexible storage solutions for the platform, simplifying daily maintenance tasks for system administrators and ensuring orderly data storage and efficient access.

Core Features

1. Application Data Storage

The system automatically maintains the following standardized directory structure without manual configuration:

Directory TypePurposeManagement Requirements
Installation DirectoryStores core application filesProhibits user data storage
Working DirectoryStores runtime processing dataRegularly cleans temporary files
Data DirectoryStores databases and persistent dataAutomatic daily backups
Log DirectoryCentralizes system operation logsAutomatic rotation by policy
Temporary DirectoryStores short-term cache filesAutomatically cleared on system reboot
Configuration DirectorySaves all configuration filesAutomatic versioning for changes

The directory structure complies with industry standards. For detailed specifications, refer to: Installation Guide

2. Business Data Storage

Note

  1. Two storage solutions are provided to meet different business scenario requirements.
  2. If file access performance is not a critical requirement, the Object Storage Solution is recommended for system portability and data security.

Local Storage Solution

Use Cases: High-frequency access data, real-time processing, sensitive data storage
Key Advantages:

  • Millisecond Response: Direct local access eliminates network latency
  • High Data Security: Physical isolation avoids network transmission risks
  • Performance Optimization: Supports high-performance hardware like SSD/NVMe

Object Storage Solution (S3-Compatible)

Use Cases: Mass file storage, long-term archiving, cross-region access
Key Advantages:

  • Unlimited Scalability: Auto-scaling to accommodate data growth
  • Cost Optimization: Pay-as-you-go pricing
  • Data Durability: Multi-redundancy ensures data safety
  • Simplified Management: Automatic backups and version control

Management Value

1. Operational Efficiency Improvement

  • Standardized Structure: Unified storage path norms reduce maintenance complexity
  • Automated Management: Built-in backup/cleanup/rotation policies minimize manual intervention
  • One-Click Switching: Supports rapid storage solution switching to adapt to business changes

2. Data Security Assurance

  • Isolated Storage: Physical separation of application data and business data
  • Access Control: Role-based storage permission management
  • Encryption Protection: Automatic encryption for data at rest

3. Resource Optimization

  • Intelligent Allocation: Automatically selects optimal storage locations based on data type
  • Cost Visibility: Real-time display of storage solution usage costs
  • Capacity Alerts: Automatic warnings for insufficient storage space

Released under the GPL-3.0 License.