Results 1 to 7 of 7

Thread: Databases Crash

  1. Registered TeamPlayer PuppyF4RT's Avatar
    Join Date
    04-02-09
    Location
    Abilene, Tx.
    Posts
    432
    Post Thanks / Like
    Stat Links

    Databases Crash Databases Crash Databases Crash Databases Crash
    Gamer IDs

    Steam ID: PuppyF4RT
    #1

    Databases Crash

    YOUR FUCKING DATABASE SUCKS ASS! I have been fighting this database tooth and nail... right when I think everything is starting to look good performance issues rear their head and laugh at me. Man, I'm feeling really deflated and facing heavy combat fatigue after an entire month of working on the system. I've worked 8 hours a day and then I go home and put a few extra hours in at night.

    RAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA

    Ok, now that I got that out. Does anyone... anyone have Oracle Enterprise Database performance tuning knowledge? At this point I'm willing to fucking pay hard cash for it... I'm out of ideas.

  2. Administrator Bunni's Avatar
    Join Date
    08-29-07
    Posts
    14,279
    Post Thanks / Like
    Blog Entries
    7
    Stat Links

    Databases Crash Databases Crash Databases Crash Databases Crash Databases Crash
    Gamer IDs

    Steam ID: bunni Bunni's Originid: Dr_Bunni
    #2

    Re: Databases Crash

    must be oracle...


    edit ah ya... as your last sentence explains.... Ya, but id professionally recommend mysql, as if the act of oracle buying mysql wasnt enough of a hint..... Couldnt have been a crash if your looking for tuning, was it a table lock?

  3. Registered TeamPlayer PuppyF4RT's Avatar
    Join Date
    04-02-09
    Location
    Abilene, Tx.
    Posts
    432
    Post Thanks / Like
    Stat Links

    Databases Crash Databases Crash Databases Crash Databases Crash
    Gamer IDs

    Steam ID: PuppyF4RT
    #3

    Re: Databases Crash

    MySQL supposedly can't handle the complex loads we put on the systems. This particular database is 12TB of data (used space) with 6 import engines running 24/7. That's the part MySQL could handle, then we have our application layer with high availability real-time reporting on dynamic fields (probably about 100-200 fields per record, getting 5million records per day per import engine). The data is loaded into about 15 tablespaces. Everything is very well indexed and uses Oracle's Best Practices in schema design. We have archive logging enabled so that the system never goes down (RMAN Backup every night, full on Sunday and incrementals every other day). 1TB redo logs so that log switches are not frequent. All data is heavily partitioned by YYYY_DDD_S so that the queries are fast. I do admit to being completely ignorant of MySQL, I've just been told that it can't handle our loads. Hell, Standard Oracle Databases can't handle the load because they don't support partitioning.

    Either way I finally got it around 2:00am last night. After rebuilding the database it turns out that while the indexes were valid and being used for the tables/columns that were being hit the hardest they have yet to be rebuilt since I added a year's worth of partitions. I rebuilt indexes to include the partitions that I recently added and importation/correlation are running smoothly now. I'm so glad that it worked because after that I was seriously at the end of my rope.

  4. Registered TeamPlayer Warprosper's Avatar
    Join Date
    09-01-08
    Posts
    5,775
    Post Thanks / Like
    Blog Entries
    1
    Stat Links

    Databases Crash Databases Crash Databases Crash Databases Crash Databases Crash Databases Crash
    Gamer IDs

    PSN ID: Warprosper Steam ID: Nukewarprosper Warprosper's Originid: Warprosper
    #4

    Re: Databases Crash

    12 TB.... Damn.... You work for a Medical Company or something?

  5. Registered TeamPlayer PuppyF4RT's Avatar
    Join Date
    04-02-09
    Location
    Abilene, Tx.
    Posts
    432
    Post Thanks / Like
    Stat Links

    Databases Crash Databases Crash Databases Crash Databases Crash
    Gamer IDs

    Steam ID: PuppyF4RT
    #5

    Re: Databases Crash

    Ever heard of Mid-Continent Communications? The database I'm working with contains every detail of voice calls made on their network for the last 6 months. Yeah, it's pretty big

  6. Registered TeamPlayer PuppyF4RT's Avatar
    Join Date
    04-02-09
    Location
    Abilene, Tx.
    Posts
    432
    Post Thanks / Like
    Stat Links

    Databases Crash Databases Crash Databases Crash Databases Crash
    Gamer IDs

    Steam ID: PuppyF4RT
    #6

    Re: Databases Crash

    Turns out the redo logs were still giving me hell because they were all writing to the same device causing I/O contention.

    The SHMMAX kernel parameter needed an extra GB to breath

    The memory stack ulimit had to be manually set in /etc/security/limits.conf

    More indexes require a rebuild (The last ones, FINALLY!!!)

    DBMS statistics need to be gathered.

    Once I've done all of that this system should be ready for the heavy loads and complex queries that it was designed for... still a long road ahead /cry

  7. Registered TeamPlayer Rawr's Avatar
    Join Date
    09-09-09
    Location
    Knoxville, TN
    Posts
    3,338
    Post Thanks / Like
    Stat Links

    Databases Crash
    Gamer IDs

    Steam ID: jayare
    #7

    Re: Databases Crash

    Man, and I thought building my database for the school's maac program and then having to use broken ODBC drivers to set up forms and make it pretty for use in access was hard....

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

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