Skip to content

Commit 4995fda

Browse files
authored
Merge branch 'main' into hlcianfagna/query_optimization
2 parents 3bd7f3c + e8fd41d commit 4995fda

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

docs/feature/index/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ bit thin.
156156

157157

158158
[An Introduction to Elasticsearch]: https://dzone.com/articles/an-introduction-to-elasticsearch
159-
[Converged Index™: The Secret Sauce Behind Rockset's Fast Queries]: https://rockset.com/blog/converged-indexing-the-secret-sauce-behind-rocksets-fast-queries/
159+
[Converged Index™: The Secret Sauce Behind Rockset's Fast Queries]: https://web.archive.org/web/20241108051635/https://rockset.com/blog/converged-indexing-the-secret-sauce-behind-rocksets-fast-queries/
160160
[Distributed Systems Infrastructure (DSI)]: https://github.com/nyrkio/dsi
161161
[Elasticsearch for Dummies]: https://dzone.com/articles/elasticsearch-for-dummies
162162
[Elasticsearch: Documents and Indices]: https://www.elastic.co/guide/en/elasticsearch/reference/current/documents-indices.html

docs/migrate/rockset/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ and Python example programs.
326326
[Apache/Confluent Kafka Streams]: https://kafka.apache.org/documentation/streams/
327327
[automatically indexes all your data]: project:#hybrid-index
328328
[clear commitment]: https://cratedb.com/blog/opensource-licensing-founder
329-
[Converged Index™]: https://rockset.com/blog/converged-indexing-the-secret-sauce-behind-rocksets-fast-queries/
329+
[Converged Index™]: https://web.archive.org/web/20241108051635/https://rockset.com/blog/converged-indexing-the-secret-sauce-behind-rocksets-fast-queries/
330330
[CrateDB]: https://cratedb.com/database
331331
[CrateDB Editions]: https://cratedb.com/database/editions
332332
[CrateDB SQL]: project:#sql
@@ -337,10 +337,10 @@ and Python example programs.
337337
[migration]: https://cratedb.com/migrations/rockset
338338
[MongoDB Atlas Change Streams]: https://www.mongodb.com/docs/manual/changeStreams/
339339
[open-source code base]: https://github.com/crate/crate
340-
[Rockset]: https://rockset.com/product/
341-
[Rockset's pricing examples]: https://docs.rockset.com/documentation/docs/billing#pricing-examples
340+
[Rockset]: https://web.archive.org/web/20241108051635/https://rockset.com/product/
341+
[Rockset's pricing examples]: https://web.archive.org/web/20241108051635/https://docs.rockset.com/documentation/docs/billing#pricing-examples
342342
[Rockset HTTP API Adapter for CrateDB]: https://cratedb-toolkit.readthedocs.io/adapter/rockset.html
343-
[Rockset HTTP API is sunsetting on September 30th, 2024]: https://docs.rockset.com/documentation/docs/faq
343+
[Rockset HTTP API is sunsetting on September 30th, 2024]: https://web.archive.org/web/20241108051635/https://docs.rockset.com/documentation/docs/faq
344344
[Software Development Kit]: https://cratedb-toolkit.readthedocs.io/
345345
[The CrateDB Documentation]: https://cratedb.com/docs/
346346
[truly open-source software]: https://cratedb.com/blog/cratedb-doubling-down-on-permissive-licensing-and-the-elasticsearch-lockdown

docs/migrate/rockset/query.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,9 +159,9 @@ CREATE FUNCTION ST_ASTEXT(geography geo_shape)
159159
[^sign]: The `SIGN` function has been added in CrateDB 5.8 - in older versions use `IF(x<0,-1,IF(x=0,0,1))`.
160160

161161

162-
[example with cars data in Rockset's documentation]: https://docs.rockset.com/documentation/reference/select#unnest
162+
[example with cars data in Rockset's documentation]: https://web.archive.org/web/20241108051635/https://docs.rockset.com/documentation/reference/select#unnest
163163
[migration]: https://cratedb.com/migrations/rockset
164164
[OBJECT]: https://cratedb.com/docs/crate/reference/en/latest/general/ddl/data-types.html#objects
165-
[Rockset]: https://rockset.com/
165+
[Rockset]: https://web.archive.org/web/20241108051635/https://rockset.com/
166166
[UNNEST]: https://cratedb.com/docs/crate/reference/en/latest/general/builtins/table-functions.html#unnest-array-array
167167
[user-defined function (UDF)]: https://cratedb.com/docs/crate/reference/en/latest/general/user-defined-functions.html

0 commit comments

Comments
 (0)