Willkommenkultur should have given it away that I am talking about refugees. however, in normal societal culture, these cannot be separated, I promise you. refugees set the tone for how migrants are viewed by the general public.
that was such a self inflicted wound that Europe, and Germany, did to itself. No wonder people are voting AfD.
and for the downvoters: these are facts. this is what the politician in Europe campaigned with, built platforms on and said for everything. "We'll get engineers, and doctors! Lots of workers!" Fast forward 5 years... How's the Willkommenkultur going you ask? Look at AfD. Look recently at the 10 million Switzerland votes.
And I'm writing this as an immigrant myself... It's sad.
they exist, sure. And I'm sure it can handle PB+. on prem is an existing market, however, if you reread my comment I talked about running minio on AWS because S3 is too expensive - just doesn't make sense to do.
I've yet to met a Fortune 100 who isn't mostly using either on prem or a large hyperscaler (S3/Azure/GCS).
there is a reason why people develop for S3: a lot of enterprise data is there. people ingest there from various sources. and it's not just parquet usually, it's multivendor sources writing to an iceberg catalog.
nobody will run minio on AWS other than hobby projects and small demos.
I regularly work with iceberg datasets in the double digit TB range per dataset. keep that in mind when you think about sizes. databricks, snowflake, large enterprise vendors: they are targeting these sizes.
I disagree. I think it's very important to see how can those papers be turned into real things. Rejecting something for too practical is a joke, and if I ever find out who gave us that review, I'll have a talk with them.
our paper to a database venue about bringing GPU support to Presto was rejected. one of the reviewers wrote, and I quote verbatim: "the topic of the paper is too practical". I just couldn't help but laughed at it.
it's not stalled, as that would imply that it waits for something, which is not necessarily the case with bubbles. most often it shows lack of proper pipelining or wrong pipeline dependencies (pipeline A waits for pipeline B, pipeline C waits for pipeline B, while pipeline B waits for an event X, now you've just made all three pipelines stalled on event X - not good).