question

achat avatar image
achat asked Erick Ramirez commented

Is Materialized View still experimental in Cassandra 4.0?

Are MV Still experimental feature is Cassandra 4.0?
cc: @Erick Ramirez

materialized views
10 |1000

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.

1 Answer

Erick Ramirez avatar image
Erick Ramirez answered Erick Ramirez commented

Yes, materialized views are still considered experimental. In the latest Cassandra 4.0.3, the feature is still disabled by default:

# Enables materialized view creation on this node.
# Materialized views are considered experimental and are not recommended for production use.
enable_materialized_views: false

The recommendations I documented in the FAQ "Should we reconsider using materialized views?" still applies. Cheers!

2 comments Share
10 |1000

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.

achat avatar image achat commented ·

Thanks for quick reply @Erick Ramirez . Is it same in Datastax Enterprise as well or using DSE we get some tooling to help with issues mentioned with MVs?

0 Likes 0 ·
Erick Ramirez avatar image Erick Ramirez ♦♦ achat commented ·

DataStax Enterprise includes several fixes for known issues with MVs that aren't available yet in open-source Cassandra so DSE doesn't suffer from the same issues as OSS C*.

There were discussions in the developer mailing list around 12 months ago (probably more) on the subject of porting the fixes to OSS Cassandra. Understandably it stalled since everyone was occupied with releasing 4.0 so I'm sure it will be revisited at some point. Cheers!

0 Likes 0 ·