High CPU usage for one measurement

influxdb ver 1.6.4

We noticed that queries only one particular measurement cause the CPU to spike up.

I have the outputs for
curl -o vars.txt “http://localhost:8086/debug/vars
curl -o profiles.tar.gz "http://localhost:8086/debug/pprof/all

I used what you have here and saw no problems:

[lol@foo ~]$ time curl -o /tmp/influx_vars 'http://localhost:8086/debug/vars'
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 2927k    0 2927k    0     0  5764k      0 --:--:-- --:--:-- --:--:-- 5762k

real    0m0.515s
user    0m0.015s
sys     0m0.025s
[lol@foo ~]$ time curl -o /tmp/profiles 'http://localhost:8086/debug/pprof/all'
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  960k    0  960k    0     0   735k      0 --:--:--  0:00:01 --:--:--  735k

real    0m1.313s
user    0m0.005s
sys     0m0.007s