Shannon-Data / ShannonBase

A MySQL HTAP Database, Open Source version of MySQL Heatwave, Powered by AI.
https://www.shannonbase.org
Other
16 stars 6 forks source link

feat(shannon): to dealing with off-page blob field. #255

Open ShannonBase opened 1 month ago

ShannonBase commented 1 month ago

Summary

To populate the blob field to rapid. Now,it can not deal with big rec field correctly.

such as,

create table ttv (vi int, vt1 TINYTEXT, vt2 TEXT, vt3 MEDIUMTEXT, vt4 LONGTEXT) 

to insert a large text (length than sizeof of a papge) into table ttv.