I have data-set like this
Id type entry-date userid dashboard
1 0 2017-12-14 00:00:08 123 A
2 1 2017-12-15 00:00:08 234 A
3 1 2018-04-14 00:00:08 345 A
4 0 2017-12-14 00:00:08 456 B
5 0 2017-12-14 00:00:08 567 B
My requirement is to
Partitioned the data based on dashboard column.Is it possible in BQ to partitioned based on Column?
Partitioned the data based on entrydate. I already have 600TB of data. I want to Create partitioned table based on entry date and dump existing data into this partition table. Is it possible?
If 1 and 2 are not possible, what are alternatives to it?
entry_date. - Elliott Brossard