You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 23, 2023. It is now read-only.
Copy file name to clipboardexpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -18,12 +18,12 @@ and bugs to fix. It should be considered an *alpha* project.
18
18
## limitations
19
19
20
20
* no performance/availability isolation between tenants per instance. (only data isolation)
21
-
* no sharding/partitioning mechanism in metrictank itself yet. (Cassandra does it for storage)
21
+
* no sharding/partitioning mechanism in metrictank itself yet. (Cassandra does it for storage) ([work in progress](https://github.com/raintank/metrictank/issues/315))
22
22
* runtime master promotions (for clusters) are a manual process.
23
23
* no computation locality: we move the data from storage to processing code, which is both metrictank and graphite-api.
24
24
* the datastructures can use performance engineering. [A Go GC issue may occassionally inflate response times](https://github.com/golang/go/issues/14812).
25
25
* the native input protocol is inefficient. Should not send all metadata with each point.
26
-
* we use metrics2.0 in native input protocol and indexes, but barely do anything with it yet.
26
+
* we use metrics2.0 in native input protocol and indexes, but [barely do anything with it yet](https://github.com/raintank/metrictank/blob/master/docs/tags.md).
27
27
* for any series you can't write points that are earlier than previously written points. (unless you restart MT)
28
28
29
29
## interesting design characteristics (feature or limitation.. up to you)
0 commit comments