1.

What are the differences between structured and unstructured data?

Answer»
On the basis of StructuredUnstructured
StorageStructured DATA is stored in DBMS.It is stored in unmanaged FILE structures.
FlexibilityIt is less FLEXIBLE as it is dependent on the schema.It is more flexible.
ScalabilityNot easy to scale.Easy to scale.
PerformanceSince we can perform a structured query, the performance is high.The performance of unstructured data is low.
Analysis factorEasy to ANALYZE.Hard to analyze.


Discussion

No Comment Found