Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

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


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




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: