Which feature of HBase makes it suitable for real-time read/write access?

  • Eventual Consistency
  • Horizontal Scalability
  • In-memory Storage
  • Strong Consistency
HBase's in-memory storage feature makes it suitable for real-time read/write access. The data is stored in memory, enabling faster access for read and write operations, making it well-suited for applications requiring low-latency responses.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *