|
|
|
|
|
by mohon
1467 days ago
|
|
Exactly. The reason I dont want to create a view is the view will incurr a lot of time being spent to just querying the same thing, making the user wait for it to finish (all of our tables are in Hive). If I use a materialized view or another table, the user just need to do 'select * from xxx' and get the report immediately. I've experimented with OLAP engine such as Clickhouse and its view, so far looks good but need a lot of investment upfront to maintain it I guess the way you mentioned is the only way we can do and we'll try to optimize from that Cheers! |
|