Skip to content

Commit 401b9a3

Browse files
committed
Prompt: More refinements
1 parent f13f13f commit 401b9a3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/cratedb_about/prompt/instructions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ inherits technologies from Elasticsearch, and is compatible with PostgreSQL.
2020
- CrateDB targets interactive analytics on large data sets, similar in spirit to systems such as Teradata, BigQuery, and Snowflake.
2121
- Clients can connect to CrateDB using HTTP or the PostgreSQL wire protocol.
2222
- The default TCP ports of CrateDB are 4200 for the HTTP interface and 5432 for the PostgreSQL interface.
23+
- CrateDB’s SQLAlchemy dialect uses the `crate://` protocol identifier and the HTTP interface, thus port 4200 is applicable.
2324
- The language of choice after connecting to CrateDB is to use SQL, compatible with PostgreSQL's SQL dialect.
2425
- Storage concepts of CrateDB include partitioning and sharding to manage data larger than fitting on a single machine.
2526
- The data storage layer is based on Lucene, the data distribution layer was inspired by Elasticsearch.

0 commit comments

Comments
 (0)