Hacker Newsnew | past | comments | ask | show | jobs | submit | dsundstrom's commentslogin

If only it were that easy. It took ages to find the new name. There is a Google doc somewhere with pages of bad names.


We ran Presto directly on Github (I think it still does), so everything went directly to the project without a private internal review first. We designed it this way, so that everyone in the community could participate in the full process.


Awesome article about "high-tech carts"... with no picture of the cart


https://www.amazon.com/b?node=21289116011

You sign in by holding your phone with the Amazon app (QR code) up to a camera. Then scan every item as you place it in the cart. It has some load sensors so that it can weigh items that are sold by weight.


Yeah, I want to see the cart now also! It is like clickbait without the reward at the end :(


The graph is misleading.

The implication is that a bachelor's degree is costing more and generates less income, but what the graph shows is "total student loan debt" not the "cost of a bachelor's degree".

Technically this graph could be a good thing if we could graduating significantly more people who make more than someone without a degree (but 10% less someone who earned a degree 5 years ago), since more people would be better off.

Other things to note: The time period is arbitrary and mostly shows the impact of the recession over the past 5 years. The graph shows total student load debt which includes everything from vocational programs to PHD students in public and private institutions. The graph has two independent scales so the slopes are arbitrary.


That could be something the graph might be intended to show, but it's unnecessary.

What it does show, quite clearly, is that the burden on society as a whole from people pursuing (and attaining) college educations is growing out of control while whatever benefit that is providing is insufficient to bring up median incomes.

Maybe that's because a lot of people drop out and don't get degrees, whether that's true or not the ultimate facts still remain: a lot of people are being screwed.


We are working on a Scuba connector.


Sorry, didn't answer the core question. We are working on a Scuba connector specifically to bring joins and other powerful SQL features to Scuba. These features are handled by the Presto query engine, so data in existing non-relation systems can be easily analyzed. Even better, Presto can join data across connectors to formerly isolated systems.


Connecting Presto to a relational database is a tricky question. If you just want to have Presto scan the table and perform all computation in Presto, it is pretty easy, but for this to perform well, you would want to push down some of the computation to the database. The other problem is if you only have one database, you would have hundreds of cores hammering that single database for data.

That said, earlier this year, during a hackathon, we build a prototype connector that could split a query and push down the relevant parts to a distributed database that supports simple aggregations. It would be more work to clean this up and integrate, so if a lot of people are interested in this we can prioritize that.


Makes sense. I was thinking for the case where you have data in multiple databases/servers and want to do aggregation or joins without first doing some ETL step to bring the data into another format. Unless there is something Presto can do that a relational database can't, I would assume you just use normal SQL if you have a single database.


If you did that, wouldn't you just be re-inventing DATAllegro or early versions of Greenplum or early versions of Aster? I.e., better than nothing, but still far short of a modern analytic relational DBMS?


Are those things open-source?


Actually, there was an early version of Greenplum that was open source. Nobody seemed to care much.


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

Search: