473,395 Members | 2,446 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

install of v5, table types, features

I don't recall exactly what options I selected in September when I
installed the beta v5.0.4 on my development machine, But, as I started
to develop and then backup data, I noticed that my tables are all using
the storage engine: InnoDB.
Can someone jog my memory and tell me what options cause that to be the
default ?

I'm on the fence, b/w choosing MyISAM and InnoDB
- I don't think I'll be using any transactions or foreign keys, in my
DB/app.
- Re: Performance: With a max of 50 users, I don't think this app will
need stress testing and I don't expect performance to degrade with
either engine.

Since I'm using InnoDB, why is there nothing in the Directory set up
specifically for InnoDB ?
Does that only get used when you start defining foreign keys ?

I'm looking for clarification, advice on a few issues:
Table Locking : the manual's use of the word "thread" made in unclear,
what this does ??
autocommit : ?set to 1 for all non-InnoDB engines ?

Also, whats the best way to convert these tables, if I decide which is
best ?
I notice, that it can be done using, "Alter Table" command.

Suggestions and advice, most welcome. TIA for your replys while I
stew on this.

Nov 23 '05 #1
2 1160
anyone have any comments on InnoDB storage or performance ? TIA

Nov 23 '05 #2
in*****@rcn.com wrote in news:1132353304.978371.81730
@z14g2000cwz.googlegroups.com:
I don't recall exactly what options I selected in September when I
installed the beta v5.0.4 on my development machine, But, as I started
to develop and then backup data, I noticed that my tables are all using
the storage engine: InnoDB.
the 5.0 full release is out... upgrade!
Can someone jog my memory and tell me what options cause that to be the
default ?
all tables are by default created as InnoDB instead of MyISAM in MySQL 5.0
unless specified after installation

I'm on the fence, b/w choosing MyISAM and InnoDB
depends what you're doing.... no transactions (are you really sure? never
more than one table is updated at a time?) then go MyISAM

Since I'm using InnoDB, why is there nothing in the Directory set up
specifically for InnoDB ?
InnoDB stores data completely differently than MyISAM. It's in the
ibdata.0 file or something. No directories are made.

I'm looking for clarification, advice on a few issues:
Table Locking : the manual's use of the word "thread" made in unclear,
what this does ??
table locking prevents alterations to a table while an update is going on
(i think). InnoDB tables can do row-level locking, but MyISAM tables can
only lock the entire table.
autocommit : ?set to 1 for all non-InnoDB engines ?


that means that your 'inserts' and 'updates' happen right away, no
transaction type of action

most of these questions can be answered with a MySQL book or at the very
least some googling

Nov 25 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Jeff Wagner | last post by:
I just tried to install Python Win32 (win32all-163.exe) and right after the install, I am getting the message: "As this is being installed as a non-admin user, certain COM features will not work...
0
by: Pete Shinners | last post by:
I've been spending the last few night upgrading some 'classic' type objects to the more modern 'newstyle' types. Unless I am not finding some important page, this entire process is almost entirely...
12
by: Richard Hanson | last post by:
Over the last few days, I reinstalled Win2kSP2 to a spare harddrive I had just swapped into my Fujitsu LifeBook P1120 (long story <wink>). Subsequently, I DL'ed the newest Python alpha (2.4a2), and...
61
by: Toby Austin | last post by:
I'm trying to replace <table>s with <div>s as much as possible. However, I can't figure out how to do the following… <table> <tr> <td valign="top" width="100%">some data that will...
47
by: Neal | last post by:
Patrick Griffiths weighs in on the CSS vs table layout debate in his blog entry "Tables my ass" - http://www.htmldog.com/ptg/archives/000049.php . A quite good article.
3
by: Chuck Arney | last post by:
After installing Office 2003 PRO and attempting to run SETUP to install the Visual Studio Tools for Office version 2003, I get the error message "Your computer must have Microsoft Office...
4
by: Gordon Burditt | last post by:
What's the easiest way to copy a row from one table to another (with the same schema), without knowing in advance the number and types of the columns? The problem: I have several sets of tables...
1
by: mosscliffe | last post by:
I wanted to install the SQL SERVER 2005 Express Advanced Services, because I wanted the import / export features of the data manager. I chose the route of deleting the template files and then...
55
by: tonytech08 | last post by:
How valuable is it that class objects behave like built-in types? I appears that the whole "constructor doesn't return a value because they are called by the compiler" thing is to enable...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.