You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment we have klickhouse::Row derivable trait and klickhouse::Block raw columnar storage. It would be ideal to have a derivable, easy-to-use klickhouse::Columnar derivable trait akin to klickhouse::Row but with the superior performance of actually being columnar.
No idea when I'll have time/motivation to implement this, but it's been on my mind.
The text was updated successfully, but these errors were encountered:
At the moment we have
klickhouse::Row
derivable trait andklickhouse::Block
raw columnar storage. It would be ideal to have a derivable, easy-to-useklickhouse::Columnar
derivable trait akin toklickhouse::Row
but with the superior performance of actually being columnar.No idea when I'll have time/motivation to implement this, but it's been on my mind.
The text was updated successfully, but these errors were encountered: