const DP_TABLES: [&str; 4];Expand description
The four point tables, and how many name suffixes each contributes.
One table per OTLP point type rather than one wide table: measured, the split layout is 2.34x smaller (73.0 vs 170.6 bytes/point), because a wide table pays for every column of every type on every row.