DEV Community

Discussion on: 💆‍♀️ 💆‍♂️ PostgreSQL query optimization for Gophers: It's much easier than it sounds!

Collapse
 
tvitcom profile image
Roman V • Edited

Hi Vik. That optimisation may be have a metrics? may be coalesce operator gave more time above previous two linear queries...may be - who knows

Collapse
 
koddr profile image
Vic Shóstak

Hi,

Thanks for this comment! I added a new chapter called Postgres query analyzing to article for more explain reasons of this article.