logoalt Hacker News

slimtoday at 7:13 AM1 replyview on HN

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


Replies

culitoday at 7:47 AM

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

  WHERE id IN (id1, id2, id3, ...);