database size

  • Hi , what is the average size of a large database for an application like

    online banking ? i.e. how many tables and MBs of data ? Just looking for an average number as I have no idea what is possible ...

  • 50 TB.

    I've seen bigger data warehouses.

    Why do you need to know?

  • All depends on how much data is stored and for how long. I'd imagine a bank like Bank Of America databases are probably big >TB (just a guess) compared to a small credit union that might only be <50 GB

  • Thanks . Just curious .

    ... how many tables and views would that be ?

  • This is a classic 'It depends'. There's no normal values for database size, table count or row count.

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • chess.chess (8/2/2011)


    Thanks . Just curious .

    ... how many tables and views would that be ?

    Between 10 and 100000 with possible outliers on either side.

    Seriously, there's no normal value for things like that.

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • 42

  • chess.chess (8/2/2011)


    Thanks . Just curious .

    ... how many tables and views would that be ?

    I've seen 10K tables a few times. I've heard of 30K for SAP.

    Biggest table I have now is around 20M rows, 2.5GB.

    Phone companies will hit that daily for the list of calls.

  • Ninja's_RGR'us (8/2/2011)


    Biggest table I have now is around 20M rows, 2.5GB.

    Biggest I've heard of was 100 000 000 000 rows (no idea of size or what it stored)

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • chess.chess (8/2/2011)


    Hi , what is the average size of a large database for an application like

    online banking ? i.e. how many tables and MBs of data ? Just looking for an average number as I have no idea what is possible ...

    HSBC centralized system or First Lake Okeechobee Natinal Bank? 🙂

    _____________________________________
    Pablo (Paul) Berzukov

    Author of Understanding Database Administration available at Amazon and other bookstores.

    Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.
  • I realize that the sizes vary but I am just trying to get an idea for the average for a large application .

    Really can go as high as 10000 ?

  • yes.

    _____________________________________
    Pablo (Paul) Berzukov

    Author of Understanding Database Administration available at Amazon and other bookstores.

    Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.
  • OK , thanks . Didn't expect that .

  • chess.chess (8/2/2011)


    I realize that the sizes vary but I am just trying to get an idea for the average for a large application .

    The point we're trying to make is that there isn't any sensible answer to that question. System 1 has 20 tables, system 2 has 8000. What does the value 4010 say?

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • GilaMonster (8/2/2011)


    Ninja's_RGR'us (8/2/2011)


    Biggest table I have now is around 20M rows, 2.5GB.

    Biggest I've heard of was 100 000 000 000 rows (no idea of size or what it stored)

    US debt 😉

Viewing 15 posts - 1 through 15 (of 25 total)

You must be logged in to reply to this topic. Login to reply