readysettech / readyset

Readyset is a MySQL and Postgres wire-compatible caching layer that sits in front of existing databases to speed up queries and horizontally scale read throughput. Under the hood, ReadySet caches the results of cached select statements and incrementally updates these results over time as the underlying data changes.
https://readyset.io
Other
4.54k stars 125 forks source link

Adjust Readyset Protocol::ColumnDefinition41 #1323

Closed altmannmarcelo closed 4 months ago

altmannmarcelo commented 4 months ago

Description

https://dev.mysql.com/doc/dev/mysql-server/latest/page_protocol_com_query_response_text_resultset_column_definition.html

Our protocol definition for below items differ from MySQL:

We should fix the first 3 items

Change in user-visible behavior

Requires documentation change