4 ms·
My team is doing 2 weeks sprints for DW/analytics development with per feature branching (on large implementations) In terms of speeding up queries - we are u
by leff_f 9y ago
My team is doing 2 weeks sprints for DW/analytics development with per feature branching (on large implementations)
In terms of speeding up queries - we are using "flat table" model with Column Store on top of it, instead of Kimball approach. This provides good speed and MUCH simpler development.
Hope this helps!