Some tsbs_query workloads such as high-cpu-all spend a lot of time in bucket unpacking. Timeseries bucket compression made this slower but the slowest part of bucket unpacking is DocumentStorage::appendField where around 25% of CPU time is spent.
We should look into how we can make this faster. At least not re-hash the same field name over and over again.