if somebody could clarify, correct or add to this:
Microsoft SQL first implemented a column oriented database in 2011. So this should have fixed a lot of complaints about the inefficiencies of using SQL as financial time series database.
Wouldn't this be the key consideration from going from binary files to sql?
Did the other flavors of sql implement column orientation?
What's the best sql book which has a depth of material on column oriented implementation?
I've read about people wasting time on database implementations that turned into major rabbit holes. Many reverting to binary files for its simple efficiency ( if your a script master, I assume.)
Microsoft SQL first implemented a column oriented database in 2011. So this should have fixed a lot of complaints about the inefficiencies of using SQL as financial time series database.
Wouldn't this be the key consideration from going from binary files to sql?
Did the other flavors of sql implement column orientation?
What's the best sql book which has a depth of material on column oriented implementation?
I've read about people wasting time on database implementations that turned into major rabbit holes. Many reverting to binary files for its simple efficiency ( if your a script master, I assume.)