HeatWave Lakehousecan directly query data stored inOCI Object Storagewithout loading it into MySQL.
Supports widely-used data formats:
CSV (Comma Separated Values): Simple, text-based data format.
Parquet: Columnar storage format optimized for analytical queries.
Avro: Row-oriented format used for data serialization.
This versatility allows integrating data from various sources and querying directly.
Why the other options are incorrect:
A. Only CSV files:HeatWave supports more than just CSV.
B. Only Parquet files:HeatWave also supports CSV and Avro.
D. Only JSON files:JSON is not directly supported by HeatWave Lakehouse.
E. Only XML files:XML is not directly supported.
[References:, Oracle MySQL HeatWave Documentation:HeatWave Lakehouse Data Formats, ]
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit