Skip to content

Commit

Permalink
Features: This and that
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Jul 20, 2024
1 parent 63cf3e9 commit ce5d84d
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 4 deletions.
6 changes: 6 additions & 0 deletions docs/_include/styles.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,10 @@
margin-bottom: 0 !important;;
}


/* Cards with Links */
.sd-hide-link-text {
height: 0;
}

</style>
10 changes: 8 additions & 2 deletions docs/feature/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,12 @@ ETL applications.

:::{rubric} Highlights
:::

> When using CrateDB, a project that got started around the same time, it's like
> you've stumbled into an alternative reality where Elastic is a proper database.
>
> -– Henrik Ingo, Nyrkiö Oy, independent database consultant, MongoDB
Important fundamental features of CrateDB, and how they are applied within software
solutions and application platforms in different scenarios and environments.

Expand Down Expand Up @@ -141,8 +147,8 @@ for full-text search, and how to query text data efficiently, to make sense
of large volumes of unstructured information.
+++
**What's inside:**
Like Elasticsearch, CrateDB is based on Lucene, the premier industry-grade
full-text search engine library.
Like Elasticsearch and Solr, CrateDB is based on Lucene, the premier
industry-grade full-text search engine library.
:::

::::
6 changes: 4 additions & 2 deletions docs/feature/relational/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,14 @@ CrateDB implements the relational concept of joining tables.
When selecting data from CrateDB, you can join one or more relations
(tables) to combine columns into one result set.

:::{rubric} Details
:::
Joins are essential operations in relational databases. They create a
link between rows based on common values and allow the meaningful
combination of these rows.

CrateDB supports joins effectively from the beginning and, due to its
distributed nature, allows you to work with large amounts of data.
CrateDB was designed to support distributed joins effectively from the
very beginning.
::::


Expand Down

0 comments on commit ce5d84d

Please sign in to comment.