PolarDB-X is a cloud native distributed SQL Database compatible with MySQL
Note: The information below was generated by ChatGPT o1 pro mode, and may contain errors.
- Motivation
- Life of a single query (not distributed)
- Mapping query to polardbx sql modules or libraries
- Polar RPC XPlugin Protocol by o1-preview
- Polar RPC XPlugin Protocol by o1-pro
- mysqlx.proto X polarx.proto
- Polar SQL Parallel Execution
- Studying the source code
- Build Components from source
- Configure IntelliJ IDEA
- Extension Loader in IntelliJ IDEA
- Debug DBX Engine in Visual Code
- Generating source code documentation
- Run SQL and Engine
- Running Unit tests