Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7434111
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T09:46:52+00:00 2026-05-29T09:46:52+00:00

How can it maintain an ordered index if HDFS is read-only (or appendable in

  • 0

How can it maintain an ordered index if HDFS is read-only (or appendable in the base scenario) ?

Does it store its indexes in HDFS or some permanent store?

[EDIT] For exemple purpose, let’s say I have added the rows F B A E in this order. Since HDFS can only append I suspect the order of the rows on the disk will be the same as the insert order. But how does it maintain its index or keep its keys ordered? – since the area where it stored the keys is write-once.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-29T09:46:53+00:00Added an answer on May 29, 2026 at 9:46 am

    HBase doesn’t have indexes. It has ordered keys (roughly equivalent to a clustered index in SQL Server, or index-organized tables in Oracle, but without the b-tree), which are maintained using ordered partitioning and timestamped writes.

    HFiles are flushed to disk only when the memstore reaches a certain (configurable) size, and you are right- they are only written once, and not modified thereafter. When HBase runs a compaction, multiple files are read off disk, combined, and then re-written as one larger (combined) file. Then the smaller files are deleted.

    In the meantime, the Write Ahead Log (WAL) is written to HDFS periodically (10s by default), and contains the ordered set of edits for a given regionserver. I believe that the WAL requires HDFS Append to work properly.

    All of this and a lot more info @ my presentation on HBase here: http://www.slideshare.net/trihug/intro-to-apache-hbase-by-chris-shain-of-tresata and here http://outerthought.org/blog/465-ot.html and here http://outerthought.org/blog/417-ot.html

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

How can I write a custom IEnumerator<T> implementation which needs to maintain some state
I have some problem to figure out how I can maintain the pipe and
How can maintain a SqlConnection (or using another component) open (connected) always during the
I would like to know how I can maintain the scroll position when I
How can I maintain the scroll position of a treeview control in .NET application?
How can you maintain the links in your pdf fileA which contains links to
Can you provide examples of applications today that are procedural and maintain a high
I want to maintain state in my Perl web app. How can I do
I am using oracle DB to maintain more than 30 tables, how can I
In a C++ project, compilation dependencies can make a software project difficult to maintain.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.