dingo icon indicating copy to clipboard operation
dingo copied to clipboard

A multi-modal vector database that supports upserts and vector queries using unified SQL (MySQL-Compatible) on structured and unstructured data, while meeting the requirements of high concurrency and...

Results 7 dingo issues
Sort by recently updated
recently updated
newest added

1. Currently the `select * from table1 limit 10` will sort all records, then the time cost is very high 2. We need optimize the SQL plan to disable sort,...

enhancement

In meta data methods like getSchemas, getTables, getColumns. Now the input strings are treated as the name of corresponding element. Mostly it is enough for use, but the JDBC requires...

enhancement

# DingoDB Improvement Proposals ## Purpose The purpose of a DingoDB Improvement Proposal (DIP) is to introduce any major change into DingoDB. This is required in order to balance the...

[dingo-calcite,dingo-common,dingo-ddl,dingo-exec,dingo-mirror-processing-unit,dingo-server,dingo-store-api,dingo-store-mpu,dingo-store-raft] create table with partition

Apache calcite supports limited SQL syntax, such as truncate, create table with(), and so on. We need to enrich SQL syntax to support the function of extending a qualified database