"Move fast and break things" is outdated advice for startups.
Software ate the world—and there's more competition than ever.
Our startup learned the hard way to ignore this advice, and this is what happened:
- dishwasher -> head cook
- data entry at a bank
- qa at a manufacturing company
- uni computer lab support
- theoretical physics fellowship
- transunion, rpcs/middleware
- searle burning dbs to cd
- weblogic server engineer
- accel eir
- gauntlet systems founder
- chief architect of borland
- chief technologist of yahoo
- benchmark eir
- bagcheck founder
- twitter engineer
- vc
This......isn't true? It was trained on databases including chemistry knowledge and if you query it, it will regurgitate that knowledge in the facsimile of an answer that may or may not be factually correct.
@mim_djo@teej_m From looking at your performance numbers and checking out some of the SF query plans, it looks like they also do an excellent job executing star schema optimizations.
In at least one of the plans aggressive (bloom?) filters resulted in scanning only 0.2% of the lineitem fact.
@mim_djo@teej_m That's almost certainly the case. If you want a deep dive "The Design and Implementation of Modern
Column-Oriented Database Systems" from Daniel Abadi discusses a lot of these techniques in excellent detail.
I never said Jews should be eradicated from public life. I said *Judaism* should be eradicated from public life.
I may be a buffoonish bigot who stirs rubes to violence, but my cowardice demands a smidgeon of plausible deniability. And you, sir, have libeled me by omitting it.
You almost always want jsonlines because it's very efficient to stream reads and writes.
The format enables very low memory consumption for arbitrarily large files. It also enables programs to easily pause io at record boundaries which is a major boon to concurrency.