|
|
|
|
|
by bigger_cheese
3473 days ago
|
|
The admins at my work have always told us (i.e. people wanting to run data analysis) to avoid executing complex queries on production servers. The workflow I use is to run simple select queries on prod databases. To bring the subset of data I'm interested in down locally Once I have the "extracts" I'm interested in I'll transform the data locally using SAS. SAS has pretty powerful time interval routines which is what I'd typically use to compute something like the example in the article. My work has just started looking at "big data" we have a new hadoop databases which is supposed to be used for that so I assume if I ever need to start looking into data stored there it will make more sense to run the SQL "on the database". So the article has some useful info there. |
|