A company needs to handle large volumes of semi-structured data. Which type of database would you recommend, and why?
- Both SQL and NoSQL
- It depends on the specific requirements
- NoSQL
- SQL
When dealing with large volumes of semi-structured data, a NoSQL database is recommended. NoSQL databases can handle flexible schema designs, making them suitable for semi-structured data like JSON or XML.
Loading...
Related Quiz
- You are designing a banking application where multiple users can transfer money between accounts concurrently. How would you ensure data consistency and avoid concurrency issues?
- Your team needs to develop a real-time chat application. Which framework would you recommend and why?
- Which stage of CI/CD involves automatically deploying changes to a production environment?
- Imagine a scenario where two users are trying to update the same record in a database concurrently. Describe the potential issues that may arise and propose a concurrency control strategy to address them.
- Enabling _______ compression can reduce the size of files transferred over the network, improving overall performance.