Which set of traits best characterizes many NoSQL systems used for municipal Big Data workloads?
Select an answer to reveal the explanation.
Short Explanation
Picture adding more city trucks to the fleet instead of rebuilding one giant truck—that is horizontal scale. NoSQL usually spreads data across nodes and keeps models flexible. That combo is why cities use it for big, messy civic datasets.
Full Explanation
Many NoSQL architectures emphasize horizontal scaling across commodity nodes, distributing data for capacity and resilience. Flexible models—documents, wide columns, key-value, or graphs—reduce the need for rigid upfront schemas. Classic RDBMS deployments historically leaned more on vertical scaling and fixed schemas for transactional workloads. Recognizing these traits helps architects match civic Big Data problems to NoSQL strengths.