What is a main difference between SparkSQL and AsterixDB
AsterixDB can manipulate data using insert, update, and delete but SparkSQL can only work with static data
Traditional B+-tree indexes cannot run in HDFS due to the lack of random file updates.
True
LSM is suitable for big-data since it is designed for distributed query processing engines that use functional programming
False
Why is Log-structured Merge (LSM) tree a good fit for big-data indexing?
It only uses sequential writes for index maintenance which fits the HDFS limitations