Forum Discussion
jmvidal
Helper II
6 years agoShould I split tables by year?
Hi, I am starting from scratch my dataset and have a common structure of: Order lines Delivery note lines Invoice line since many years ago. I was wondering if it makes sense to split thos...
- Anonymous6 years ago
jmvidal I am doing this with transaction data: 2015 to 2019 data is static and then 2020 data is refreshed. Then I use the UNION command. It makes the data refresh much faster.
jmvidal
Helper II
6 years agoThank you Anonymous !
After reading the article looks like it is not a common way to deal with large data series when you just need to update recent info.
I thought it would be a more popular request...
Anonymous
6 years agoNot applicable
jmvidal I am doing this with transaction data: 2015 to 2019 data is static and then 2020 data is refreshed. Then I use the UNION command. It makes the data refresh much faster.
- jmvidal6 years ago
Helper II
Thanks, that makes sense. That's definitely what I'm going to try.