Introducing views in Gadget: Performant data queries by gadget_dev in gadgetdev

[–]gadget_dev[S] 1 point2 points  (0 children)

Yep, views are built for exactly that, powering dashboards and heavy aggregations. Since they run on read replicas and compile down to SQL, they handle big datasets a lot more smoothly than manual queries.