@felipehoffa is demonstrating that your cloud database is not more… a database. I foresee that data lineage, data quality, data observability, ML & data science engine and data ingestion can be one product hoffa.medium.com/facebook-pr…
Scikit like Data prep in SQL is all cool, AI models are harder.
I tried by building an image recognition CNN in SnowflakeDB. Got as far as the first few steps before deciding ”naaa...!”
Looping, recursion just doesn’t work. Has to be in mem dataframe ops.
Watched the CL-final. Half of the excitement gone with no crowds. Football’s magic lies in the connect between pitch and terrace. Take away one and not much remain.
Bought two bottles of Champagne for home delivery at a slightly higher price from a local wine merchant rather than from Amazon. We need to keep local business going.
Performance testing row level security cake bake in the data kitchen:
1. python (rando user generation and mapping to ranges of dim values)
2. node.js (random sessions per user, executing asynch queries on fact joind w user-dim-mapping)
3. @SnowflakeDB to execute on massive scale
Breaking News: A long-awaited blood test for Alzheimer’s is in reach, scientists say. It could speed up treatment research and aid in diagnosing dementia patients.
nyti.ms/3jN5V9Q
I mistakenly started to post fact based replies, with statistical significance accounted for, in a BBC Covid thread. Remembered the meaning of ”futile” and went back to delete them all. Wasted 2 hours of good life, still saved another 20 at risk
“They saw two people in there and they were ordering 20-odd meals at 1:30 this morning." A big KFC order helped tip off the Australian authorities that 16 people had broken coronavirus restrictions by attending a surprise birthday in a suburb of Melbourne. nyti.ms/3iWJazZ
I’m currently trying out @StarschemaLtd ’s shared Covid dataset on @SnowflakeDB which has a new analytic UI natively available.
Here’s a graph of some countries’ DailyDeaths/million numbers as 21d moving avg.
Converting Teradata to Snowflake SQL is truly data mining. Like hammer and chisel 19th century Dickensian coal data mining. Carrying a canary in a cage.
Building AS OF JOINS for TS-analysis in #SnowflakeDB My solution uses LAG/LEAD to persist valid period per record, to join on. Good performance so far. Meaning low single seconds over 1Brows x 1Mrows