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 6904159
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T08:01:04+00:00 2026-05-27T08:01:04+00:00

We have a SQL server 2008 and one of the tables, say table A

  • 0

We have a SQL server 2008 and one of the tables, say table A has the following characteristics:

  • Every day we get several heterogeneous feeds from other systems with numerical data.
  • Feeds are staged elsewhere, converted to a format compliant with A’s schema.
  • Inserted into A.
  • Schema looks like:

    <BusinessDate> <TypeId> <InsertDate> <AxisX> <AxisY> <Value>

The table has a variable number of rows. Essentially we have to purge it at the weekends otherwise the size affects performance. So size ranges from 3m-15m rows during the week. Due to some new requirements we expect this number to be increased by 10m by the end of 2012. So we would be talking about 10m-25m rows.

Now in addition

  • Data in A never change. The middle tier may use A’s data but it will be a read only operation. But typically the middle tier doesn’t even care about the contents. It typically (not always but 80% of cases) runs stored procs to generate reports and delivers the reports in other systems.
  • Clients of these table would typically want to do do long sequential reads for one business date and type. i.e. “get me all type 1 values for today”
  • Clients will want to join this table with 3-5 more tables and then deliver reports to other systems.
  • The above assumptions are not necessarily valid for all tables with which A is joined. For example we usually join A with a table B and do a computation like B.value*A.value. B.value is a volatile column.

Question

  • A’s characteristics do sound very much like what HBase and other column oriented schemas can offer.
  • However some of the joins are with volatile data.

Would you recommend migrating A to an HBase schema?

And also, if we were to move A I would assume we would also have to migrate B and other dependent tables which (on the contrary with A) are being used by several other places from the middle tier. Wouldn’t this be complicating things a lot?

  • 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-27T08:01:05+00:00Added an answer on May 27, 2026 at 8:01 am

    25 Million rows doesn’t sound big enough to justify using HBase, although the usage pattern fits. You need a name node, a job tracker, a master and then your region servers, so you’ll be needing a minimum of maybe 5 nodes to run HBase in any reasonable way. Your rows are so small I’m guessing it’s maybe 10gb of data, so storing this across 5 servers seems like overkill.

    If you do go this route (perhaps you want to store more than a week’s data at once) there are ways to integrate HBase with relational DBs. Hive, for example, provides ODBC/JDBC connectivity and can query HBase. Oracle and Teradata both provide integration between their relational DB software and non-relational storage. I know Microsoft has recently announced that they are dropping Dryad in favor of integrating with Hadoop, but I am not certain how far along that process is wrt SQL Server. And if all you need is “get a list of IDs to use in my SQL query” you can of course write something yourself easily enough.

    I think HBase is very exciting, and there may be things you haven’t mentioned which would drive you towards it (e.g. high availability). But my gut says you can probably scale out your relational db much more cheaply than switching to HBase.

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

Sidebar

Related Questions

I have SQL Server 2008 database with 2 tables: Table A has columns ID
In SQL Server 2008: I have two tables, dtlScheme and dtlRenewal, with a one
In SQL Server 2008: I have one table, and I want to do something
I have 2 PCs, each one of them has SQL Server 2008 installed on
Background information Let's say I have two database servers, both SQL Server 2008. One
I have a SQL Server 2008 database that has two tables. These two tables
In SQL Server 2008, I have my parent table in one database, and the
In SQL server 2008: Suppose I have two tables. Table1 has 3 fields: Name,
i have 3 tables in sql-server 2008 table A , table B , Table
I have SQL Server 2008 with a table called ProductCategories designed like this: Id

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.