ats1999 / WatchMan

An query and alerting engine...!
MIT License
0 stars 0 forks source link

Impact of unfilled columns #11

Closed ats1999 closed 4 months ago

ats1999 commented 4 months ago

Suppose we have 50 columns in a table and data is present for only 5 column, will it create any performance issue, or size issue

ats1999 commented 4 months ago

Nullable columns always negatively impacts performance, so we can use to substitute default values https://clickhouse.com/docs/en/cloud/bestpractices/avoid-nullable-columns

ats1999 commented 4 months ago

Task Create a table with 50 column

ats1999 commented 4 months ago

It's taking extra space as compared to fewer number of columns