in reply to Tree Structure and Db
2) But to get performance out of this, it is best to write some access stored procedures (and in some cases perhaps views) which include a GetChild and a GetParent along with any procedures or triggers for insert, update and delete that may be required to simplify and unify access, but which otherwise hide (or rather make it unnecessary to expose) the link-table implementation to the database user ("user" includes any perl code that transacts with it).
One world, one people
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Tree Structure and Db
by simonm (Vicar) on Jul 06, 2005 at 16:26 UTC | |
by anonymized user 468275 (Curate) on Jul 07, 2005 at 11:18 UTC |