grafana / sqlds

A package that assists writing SQL-driven datasources
Apache License 2.0
18 stars 12 forks source link

use sync.waitgroup and mutex for building response #14

Closed kminehart closed 3 years ago

kminehart commented 3 years ago

fixes #15

yesoreyeram commented 3 years ago

quick benchmark. LGTM 🔥

first three iterations with fix and next three iterations without fix. ( each iteration have 5 queries in same panel pulling 100K records )

image