python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Oracle error "M_ROW$$": invalid identifier when restoring a materialized view
I tried to restore a materialized view in my DB by using the sql script. The view is correctly created but the script has failed when creating the index.
There the sql issue:
CREATE UNIQUE INDEX &qu...
coeurdange57
Votes: 0
Answers: 0
How to optimize materialized views when data volume and velocity increase in redshift?
I created materialized views in Redshift. Data is growing incrementally day by day, will the performance (such as duration of query result) of these materialized views be affected as the size of the d...
Tülin Çakmak Işıkkent
Votes: 0
Answers: 1
Cassandra materialized view on collection truncate
If I truncate the entire source table in Cassandra. How will the MV(materialized views)'s have that reflection.
Does this process may create parity between source partition and MV's if the data is con...
user3170732
Votes: 0
Answers: 0
Different Performances On Postgresql Materialized View For Similar Queries
I have a table which has 3 columns; id(serial), jsonbData(jsonb), date(timestamp) with 3.200.000 rows. I created a materialized view from this table which has exactly the same columns as table. Both m...
mcsahin
Votes: 0
Answers: 1