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
Copy file name to clipboardExpand all lines: docs/feature/index/index.md
+6-14Lines changed: 6 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,23 +84,16 @@ with solutions from other vendors.
84
84
85
85
86
86
87
-
::::{info-card}
88
-
:::{grid-item}
89
-
:columns: auto 9 9 9
90
-
**Blog: Indexing and Storage in CrateDB**
91
-
92
-
{{ '{}[Indexing and Storage in CrateDB]'.format(blog) }}
93
-
87
+
::::{card} Blog: Indexing and Storage in CrateDB
88
+
:link: indexing-and-storage
89
+
:link-type: ref
94
90
Learn about the fundamentals of the CrateDB storage layer,
95
91
looking at the three main Lucene structures that are used within CrateDB:
96
-
Inverted Indexes for text values, BKD-trees for numeric values, and Doc Values.
97
-
:::
98
-
:::{grid-item}
99
-
:columns: auto 3 3 3
100
-
{tags-primary}`Fundamentals`\
92
+
Inverted indexes for text values, BKD trees for numeric values, and doc values.
93
+
+++
94
+
{tags-primary}`Fundamentals`
101
95
{tags-secondary}`Converged Indexing`
102
96
{tags-secondary}`Deep Dive`
103
-
:::
104
97
::::
105
98
106
99
@@ -159,7 +152,6 @@ bit thin.
159
152
[Elasticsearch for Dummies]: https://dzone.com/articles/elasticsearch-for-dummies
160
153
[Elasticsearch: Documents and Indices]: https://www.elastic.co/guide/en/elasticsearch/reference/current/documents-indices.html
161
154
[Independent comparison of CrateDB and MongoDB using Time Series Benchmark Suite]: https://blog.nyrkio.com/wp-content/uploads/2024/07/Nyrkio-comparison-of-CrateDB-and-MongoDB-with-TSBS-v2.pdf
162
-
[Indexing and Storage in CrateDB]: https://cratedb.com/blog/indexing-and-storage-in-cratedb
163
155
[Searching and Indexing With Apache Lucene]: https://dzone.com/articles/apache-lucene-a-high-performance-and-full-featured
164
156
[Time Series Benchmark on CrateDB and MongoDB]: https://blog.nyrkio.com/2024/07/11/timeseries-benchmark-on-cratedb-and-mongodb/
165
157
[TimescaleDB Time Series Benchmark Suite (TSBS)]: https://github.com/timescale/tsbs
0 commit comments