CockroachDB Glossary

SQL Layer

Note: This term is specific to CockroachDB, a Distributed SQL database. In other contexts, it may be used differently.

What is the SQL Layer?

The SQL Layer is the layer of CockroachDB that speaks to the application or client using the programming language SQL, adhering to the PostgreSQL Wire Protocol. After performing various tasks, the SQL layer sends the relevant requests to the Transaction Layer.