Re: Are primary keys essential?

2005-12-21 Thread Kenneth Wagner
Hi James, If the tables you use have primary keys that _YOU_ don't need or use then, for you, they are not essential. I do have a question, though. You are working with SQL tables, aren't you? And from wherever they came from or exist, I presume from your reply that you don't need the PKs.

Re: Are primary keys essential?

2005-12-21 Thread Kenneth Wagner
Hi James, An internal, unique, auto-increment PK is a good idea on dynamic, large tables. Smaller, mostly static, tables can often do without a PK. In a backend DB it's a godsend. What would happen if I depended on the programming in the client-side code to handle the PK?? It would be impossi

Re: Reason for Auto-increment primary keys?

2005-12-21 Thread Kenneth Wagner
about how to use the ID? Or what's it for? Ken - Original Message - From: "Rhino" <[EMAIL PROTECTED]> To: "Kenneth Wagner" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Cc: "mysql" Sent: Wednesday, December 21, 2005 4:57 PM Subject:

Re: Reason for Auto-increment primary keys?

2005-12-21 Thread Kenneth Wagner
Hi Rhino, Excellent question. Felt as you do, initially. Here's what changed my mind. Integer keys are fast. And small. Hence, they take very little RAM space. They are contiguous. A missing PK is easy to find. There's a gap in the number sequence. Can't do this with the part description. No

Is this picayune??

2005-04-29 Thread Kenneth Wagner
Hi, Normalizing some tables. Does it make much difference to MySQL whether I separate minor, related data into tables for a main account (MemberAccount) such as: MemberAccount then emails, religion, hobbies, education, etc. I'll explain. On the other hand, I could put all the information in

database migration puzzle.

2005-04-25 Thread Kenneth Wagner
Hi all, I have removed mysql 4_0_20d and installed 4.1. My puzzle is this: 1. I have prior databases in 4.0 (intact data directory with InnoDB files *.idb, etc.) data directory with sub directories. 2. I want to bring in some of the databases to the new 4.1 version. The 4.0 databases

Re: Test post to test new client

2004-11-14 Thread Kenneth Wagner
Here's is your test reply. Wishing you complete success... Ken Sugar Creek - Original Message - From: "Robb Kerr" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, November 14, 2004 11:34 AM Subject: Test post to test new client I'm posting to test a new newsgroup client. Pleas