Overview
Automatic Schema Generation
GreptimeDB supports schemaless writing, automatically creating tables and adding necessary columns as data is ingested. This capability ensures that you do not need to manually define schemas beforehand, making it easier to manage and integrate diverse data sources seamlessly.
This feature is supported for all protocols and integrations, except SQL.
Recommended Data Ingestion Methods
GreptimeDB supports various data ingestion methods for specific scenarios, ensuring optimal performance and integration flexibility.
- For Observability Scenarios: Suitable for real-time monitoring and alerting.
- For IoT Scenarios: Suitable for real-time data and complex IoT infrastructures.
Next Steps
- Query Data: Learn how to explore your data by querying your GreptimeDB database.
- Manage Data: Learn how to update and delete data, etc., to ensure data integrity and efficient data management.