Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
The search in this table must be done according to "name". Will a database with the specs: CREATE DATABASE Testdb DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci; be OK for this amount of entries?ID (as Primary key), name VARCHAR (20), sequence (TEXT), label (TEXT)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Questions on Perl & Mysql
by timray (Initiate) on Jun 26, 2010 at 09:32 UTC |