Previous Thread
Next Thread
Print Thread
Rate Thread
#270958 03/15/2004 12:56 PM
Joined: Oct 2002
Posts: 71
Power User
Power User
Offline
Joined: Oct 2002
Posts: 71
Anyone running the DB as an innodb rather than myisam? I hear it should be faster, but wanted to check what real world experience with Threds is?

Thanks,

Fred

Sponsored Links
LCarter #270959 03/17/2004 3:32 AM
Joined: Sep 2000
Posts: 129
Member
Member
Offline
Joined: Sep 2000
Posts: 129
Yeah, I heard that too. I don't think UBBT support this type. 0.02

Can't wait to upgrade to 6.5. A 6.4 is too slow for a half million row posts with 250 users online at a time using a dedicated Xeon HT 2.4Ghz/1024MB/10,000 RPM Cheetah and tweaked Mysqld.


...... x ......
Using UBBt 6.4.2 + Digg Ajax Mod, Trust Ajax Mod, Captcha Regristation & Login mod, Checkusername Ajax mode.
often #270960 03/17/2004 1:22 PM
Joined: Dec 2000
Posts: 1,471
Addict
Addict
Offline
Joined: Dec 2000
Posts: 1,471
InnoDB will require more RAM than MyIsam and from my experience it isn't faster than MyIsam in the ubb.threads enviroment.
The advantage of InnoDB ist that the tables aren't looked while performing an insert or update statement. That helps if you have a large user and/or posts table.

-Fusion- #270961 03/22/2004 11:57 AM
Joined: Oct 2002
Posts: 71
Power User
Power User
Offline
Joined: Oct 2002
Posts: 71
[]Astaran said:
InnoDB will require more RAM than MyIsam and from my experience it isn't faster than MyIsam in the ubb.threads enviroment.
The advantage of InnoDB ist that the tables aren't looked while performing an insert or update statement. That helps if you have a large user and/or posts table. [/]


Hmm, this might be my answer. CPU load isn't too busy, and I have lots of RAM, but at times with 30% load users have to wait 30 seconds to view a record. InnoDB might be the answer then. Any advice when converting to this. Also is it easy to convert back should problems arise.

Thanks,

Fred

LCarter #270962 03/22/2004 12:28 PM
Joined: Dec 2000
Posts: 1,471
Addict
Addict
Offline
Joined: Dec 2000
Posts: 1,471
A backup is always a good idea, but switching to InnoDB is easy.
Just run an alte table command for every table you want to migrate:
alter table <tablename> type=InnoDB;

To change it back to MyISAM run:
alter table <tablename> type=MyISAM;

Please let me know if it helps or not.

Sponsored Links
-Fusion- #270963 03/29/2004 12:44 PM
Joined: Oct 2002
Posts: 71
Power User
Power User
Offline
Joined: Oct 2002
Posts: 71
Well, I did the conversion this morning and can't say I notice a difference

LCarter #270964 03/29/2004 12:44 PM
Joined: Oct 2002
Posts: 71
Power User
Power User
Offline
Joined: Oct 2002
Posts: 71
Any ideas if this problem will be fixed in 6.5?

LCarter #270965 03/29/2004 1:00 PM
Joined: Oct 2001
Posts: 213
Member
Member
Offline
Joined: Oct 2001
Posts: 213


Link Copied to Clipboard
Donate Today!
Donate via PayPal

Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.

Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.
Recommended Hosts
We have personally worked with and recommend the following Web Hosts:
Stable Host
bluehost
InterServer
Visit us on Facebook
Member Spotlight
Gizmo
Gizmo
Portland, OR, USA
Posts: 5,833
Joined: January 2000
Forum Statistics
Forums63
Topics37,573
Posts293,925
Members13,849
Most Online5,166
Sep 15th, 2019
Today's Statistics
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
Top Posters
AllenAyres 21,079
JoshPet 10,369
LK 7,394
Lord Dexter 6,708
Gizmo 5,833
Greg Hard 4,625
Top Posters(30 Days)
Top Likes Received
isaac 82
Gizmo 20
Brett 7
WebGuy 2
Morgan 2
Top Likes Received (30 Days)
None yet
The UBB.Developers Network (UBB.Dev/Threads.Dev) is ©2000-2024 VNC Web Services

 
Powered by UBB.threads™ PHP Forum Software 8.0.0
(Preview build 20221218)