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

You want to drop the ability to group data from database software?

Some issues come to mind:

Grouping on the client would mean that you have to send the ungrouped data over the wire/air. Which might be orders of magnitude more data than the client needs. What if "cars" is a table of car photos made over the last 15 years and there are 20 million photos of BMWs in there? You send all the 20 million rows to the client to crunch it down to 15 rows?

The ungrouped data might be something the client is not allowed to see.

Depending on the type of grouping, the client would have to reimplement fast and efficient algorithms that have been tested and optimized for decades in RDBMs. Good luck, matching that by writing some JS for the browser.



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

Search: