Hacker News new | ask | show | jobs
by eternauta3k 661 days ago
Do manually-generated SQL strings have a place outside of interactive use? I use them in my small projects but I wonder if a query builder isn't better for larger systems.
1 comments

Query building for an analytics database is impossible.

These queries are always hand-rolled because you pay the analysts to optimize them.