diff --git a/content/v2.0/reference/design-principles.md b/content/v2.0/reference/design-principles.md index 5a7dd845a..4dda1c861 100644 --- a/content/v2.0/reference/design-principles.md +++ b/content/v2.0/reference/design-principles.md @@ -19,9 +19,9 @@ InfluxDB implements optimal design principles for time series data. Some of thes To increase query and write performance, InfluxDB tightly restricts **update** and **delete** permissions. Time series data is predominantly new data that is never updated. Deletes generally only affect data that isn't being written to, and contentious updates never occur. -- **Handle read and write queries first** + - **Schemaless design**