Re: can we all help use our expertise to create an IT solution for Covid-19

2020-03-26 Thread Sol Rodriguez
IMO it's not about technology, it's about data... if we don't have access to the data there's no point throwing "microservices" and "kafka" at the problem. You might find that the most effective analysis might be delivered through an excel sheet ;) So before technology I'd suggest to get access to

Re: CBO not working?

2020-02-20 Thread Sol Rodriguez
Hi, I've continued my investigation and found it's an issue with pyspark's explain() not showing cost information - adding the EXPLAIN COST to the queries does show me rowCount information when turning the CBO on. Thanks On Thu, Feb 20, 2020 at 1:36 PM Aelur Sadgod wrote: > Hi, > > > > I’m us