Great! I need to have replay that one. This opens some new possibilities. I could even correct some suboptimal database design and/or add partitioning. Need some study and testing though.
@kokizzu Жыл бұрын
hmm.. what database is this? '__')? clickhouse materialized view refreshed on insert, so only delta applied, not sure about bigquery (every 3 minutes? and not sure how the cost/billing)
@DatabaseDude Жыл бұрын
this is oracle mviews
@jirehla-ab1671 Жыл бұрын
Hi , i remember oravle offering free entperse edition of oracle 21c (non-commercial use only), but i cant find the same equivalent for 23c since the 23c develop edition haa 12gb ram limit.
@navarrodba Жыл бұрын
Thanks for sharing. Super useful!!
@sitaramsahoo811 Жыл бұрын
You are awesome! Thanks for sharing an important concept in a very short video yet more valuable. Good job!
@dpu11 Жыл бұрын
Awesome..thank you so much.Keep sharing such awesome knowledge.
@robbybankston42383 ай бұрын
I would suggest mentioning early on the view video which dialect of SQL or platform you are on as the details vary between Oracle, SQL Server, MySQL, PostgreSQL, etc.
@PatSloanx Жыл бұрын
Cool. Thanks for sharing!
@aruljebin Жыл бұрын
A quick recall.. thanks
@IanBond007 Жыл бұрын
Outstanding! Thanks for the great explanation.
@theboss9885 Жыл бұрын
Wow... awesome trick. Loved it
@rembautimes880810 ай бұрын
That was superhero material
@promisinganuj Жыл бұрын
Great info, thanks for sharing
@SingleWingAcademy8 ай бұрын
it seems that ENABLE ON QUERY COMPUTATION is only available in oracledb and not postgres?
@DatabaseDude8 ай бұрын
I think that is correct
@vikram4755 Жыл бұрын
amazing !
@kolansheen Жыл бұрын
Great 👍
@juno7893 Жыл бұрын
🤣👏🏻👏🏻👏🏻
@yuriys4374 Жыл бұрын
Hello. Cool. Everything is ok with INSERT. But how does it work with DELETE, UPDATE? After DELETE a row from a table select /*+ fresh_mv */ from my_mv query returns ORA-32358
@DatabaseDude Жыл бұрын
use dbms_mview.explain_mview to see if you need to add anything to the mview log