Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ If the column to be partitioned is a:
- Another integer type: specify `partition_interval` as an integer that reflects the column's
underlying semantics. For example, if this column is in UNIX time, specify `partition_interval` in milliseconds.

The partition type and default value depending on column type is:
The partition type and default value depending on column type is:<a id="partition-types" href=""></a>

| Column Type | Partition Type | Default value |
|------------------------------|------------------|---------------|
Expand Down
2 changes: 1 addition & 1 deletion api/hypertable/add_dimension.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ api:
products: [cloud, mst, self_hosted]
---

import DimensionInfo from "versionContent/_partials/_dimension_info.mdx";
import DimensionInfo from "versionContent/_partials/_dimension_infos.mdx";

# add_dimension()

Expand Down
2 changes: 1 addition & 1 deletion api/hypertable/create_hypertable.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ products: [cloud, mst, self_hosted]
---

import Deprecated2200 from "versionContent/_partials/_deprecated_2_20_0.mdx";
import DimensionInfo from "versionContent/_partials/_dimension_info.mdx";
import DimensionInfo from "versionContent/_partials/_dimension_infos.mdx";

# create_hypertable()

Expand Down
2 changes: 1 addition & 1 deletion api/hypertable/create_table.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ products: [cloud, mst, self_hosted]
---

import Since2200 from "versionContent/_partials/_since_2_20_0.mdx";
import DimensionInfo from "versionContent/_partials/_dimension_info.mdx";
import DimensionInfo from "versionContent/_partials/_dimension_infos.mdx";
import HypercoreDirectCompress from "versionContent/_partials/_hypercore-direct-compress.mdx";

# CREATE TABLE
Expand Down