- Architecture: a quick overview of architecture
- V2 Engine: introduces why we developed new V2 engine
- Concepts
- Quickstart
- CLI
- JDBC Driver
- ODBC Driver
- Query Workbench
- Standalone Mode
- OpenSearch Cluster
- API
- JavaDoc
- SQL
- Aggregate Window Function: aggregate window function support
- Nested Function In Select Clause: Nested function support in sql select clause
- Nested Function In Where Clause: Nested function support in sql where clause
- Piped Processing Language
- Query Analyzing
- Semantic Analysis: performs semantic analysis to ensure semantic correctness
- Type Conversion: implement implicit data type conversion
- Query Planning
- Logical Optimization: improvement on logical optimizer and physical implementer
- Query Execution
- Query Manager: query management
- Query Acceleration
- Automatic Acceleration: workload based automatic query acceleration proposal
- OpenSearch
- Relevancy Search: OpenSearch relevancy search functions
- Sub Queries: support sub queries on OpenSearch nested field
- Pagination: pagination implementation by OpenSearch scroll API
- Pagination in V2: pagination implementation in V2 engine
- Nested Function: Nested function in sql plugin
- Prometheus: Prometheus query federation
- File System
- Querying S3: S3 query federation proposal
- Test Framework
- Doc Test: makes our doc live and runnable to ensure documentation correctness
- Comparison Test: compares with other databases to ensure functional correctness
- Benchmark
- Hash Join Benchmark: performance test on hash join implementation
- Operation Tools