DBAsupport.com Forums - Powered by vBulletin
Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: What is the real capacity of Oracle

  1. #1
    Join Date
    Jan 2001
    Posts
    216
    Hi,

    I have the following question:

    What is the real capacity of Oracle? How do we measure it? Is it in number of updates/second, or the total size of the database that Oracle can handle? how exactly can we gauge Oracle?

    The reason I am asking this is, we have to now determine the scalability of our product and increase it tremendously (now its a small prototype).

    Somehow, the word Oracle makes you think that it can handle anything. But how do I know what it can do in "reality"?

    These things, I guess we can learn only by experience, hence I am looking forward for you to guide me how to proceed.

    Thanks.

  2. #2
    Join Date
    Oct 2000
    Location
    Saskatoon, SK, Canada
    Posts
    3,925
    The scalability depends on the hardware most of the times. The amout of memory and strorage that you could stuff in. Also others factors like clustering and etc. It can currently scale up to couple of terabytes. It also depends on the type of application, like DSS, OLTP, and etc

    On the other hand as far as the performance is concern, you could have a very fast system and if your application was not efficiently designed, then it could badly boug down the performance. So basically the performance depends majorly on the design optimization. Then enabling the other features like the MTS and etc could scale your user concurrency to a good size.


    Sam
    Thanx
    Sam



    Life is a journey, not a destination!


  3. #3
    Join Date
    Jun 2000
    Posts
    117
    Chikkodi is right its the hardware that is the limit.
    I am putting together a cluster of HP Superdomes and everytime I look at the numbers I just think this is one HUGE data warehouse.

    Oracle isn't the limiter its the size of your budget and the hardware that you decide to purchase.

  4. #4
    Join Date
    Jan 2001
    Posts
    216
    Thanks for your answers.

    Where can I find more information on how we can scale up? Any web sites or good books on that ?

    Thanks again
    Neelima

  5. #5
    Join Date
    Jan 2001
    Posts
    216
    Also, to give you a bit more information about our product,

    our product is an OLTP kind of application, with about an estimated 1 million subscribers and having about 40 updates per second. (This is what we want to scale upto)

    Thanks

  6. #6
    Join Date
    Jul 2000
    Posts
    521
    Chikkodi,

    You prabably need to define the 'scalability' word itself in your context. What exactly are you looking for ?

    You have a product. Do you want it to cater to small as well as big customers ? If that is the case, normally that 'small' and 'big' gets convereted into volume of data that gets generated. Is this what you mean by scalability ?

    As the customer's data becomes more volumenous, the platforms change. Is this what you mean by scalability ?

    Size of data will also mean larger number of transactions in an OLTP application. So, is the capability of handling larger transactions is your definition of scalability.

    There can be another angle of looking at the scalability word. Now-a-days all application front ends tend to talk to the database through ODBC drivers, or some such thing. Theoratically, it should hence be possible to make your front end independant of backend database. So, the product will run on SQL Server as well as Oracle - because, in some cases you may not be able to dictate choice of database to your customers. Is this what you mean by scalability ?

    And as far Oracle inherant scalability is concerned, its capable of hosting any practical database. As sambavan has pointed out, in quite a few cases, Oracle's scalability gets limited by the OS. Simple example, even though Oracle can access datafiles larger that 2GB, it may not be possible if you are running 32-bit OS.

    So, define 'SCALABILITY' !!
    svk

  7. #7
    Join Date
    Jan 2001
    Posts
    216
    Right now we are not considering platforms being changed, as the databases run on Sun Netra T Solaris boxes. (If need be, we will consider that)
    We are also not worried about operating multiple databases with the same jdbc code.

    The following things will happen to our database when we scale:

    Data Stored increases
    Number of updates (or transactions)/second increase.

    Our main concern is the number of updates/second. What determines this? We just want to see how much Oracle database can handle. At what point we would need additional hardware to support it and so on. Where can I find such information?

    Thanks

  8. #8
    Join Date
    Jul 2000
    Posts
    521
    Okay, if your concerns are limited to this, you need to study the hardware platform in more details.

    Because ultimately, the number of updates/second performance will depend on the disk i/o speed and the amount of load the CPUs are handling. I suggest, go through the TPC-x benchmarks that get always published by the harware vendors - both the server and disk.

    The decision as to "When to add more hardware" will solely depend on what performance you want to have. If a 100,000 update transaction takes 6 hrs and it is acceptable to you, you do not need the h/w. But if you need it to be over in 2 hrs, yes you need better disks and more horsepower.
    svk

  9. #9
    Join Date
    Jan 2001
    Posts
    216
    Thanks for the info.

    For our project we will be needing the higher update rate of about 100,000 transactions in 1-2 hours.

    So I will look into some of the extra hardware options.

  10. #10
    Join Date
    Oct 2000
    Location
    Saskatoon, SK, Canada
    Posts
    3,925
    You may check the hardware vendor sites for the benchmarks. Your criterias all soly depends on the hardware configuration like the memory, bus size, disk speed and primarily on TLB size (Translation Lookaside Buffer)

    Primarily we tend to forget to look into Bus size and the TLB which could be the major cholk points on a high performance system

    Sam
    Thanx
    Sam



    Life is a journey, not a destination!


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width