Hacker News new | ask | show | jobs
by slim 203 days ago
I anticipate this will be used by UI frameworks to transmit a very long list of item ids selected by the user using check boxes. Which will cause suffering to the backend devs dealing with relational databases
1 comments

What do you mean by that? What's wrong with a simple

  WHERE id IN (id1, id2, id3, ...);
it's very slow and resource consuming