We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f13f13f commit 401b9a3Copy full SHA for 401b9a3
1 file changed
src/cratedb_about/prompt/instructions.md
@@ -20,6 +20,7 @@ inherits technologies from Elasticsearch, and is compatible with PostgreSQL.
20
- CrateDB targets interactive analytics on large data sets, similar in spirit to systems such as Teradata, BigQuery, and Snowflake.
21
- Clients can connect to CrateDB using HTTP or the PostgreSQL wire protocol.
22
- 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.
24
- The language of choice after connecting to CrateDB is to use SQL, compatible with PostgreSQL's SQL dialect.
25
- Storage concepts of CrateDB include partitioning and sharding to manage data larger than fitting on a single machine.
26
- The data storage layer is based on Lucene, the data distribution layer was inspired by Elasticsearch.
0 commit comments