in reply to RE:(3) Perl handling of a MYSQL bulletin board
in thread Perl handling of a MYSQL bulletin board
Otherwise the fact that hierarchical data structures do not map well onto relational databases will kill you. And firing repeated queries against the database (a very obvious guess) is really bad.
You can beat what they do though, but not portably. And the way you do it is to create and populate a temp table on the fly with a stored procedure. Works except that all of that is mumbo jumbo that some databases (very specifically MYSQL) doesn't understand, and which tends to be non-portable from database to database.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
RE: RE (tilly) 5: Perl handling of a MYSQL bulletin board
by swiftone (Curate) on Aug 31, 2000 at 23:53 UTC |