in reply to Re: RFC: How to name it? DBIx::Table::Denormalized, DBIx::Table::Dynamic, ...
in thread RFC: How to name it? DBIx::Table::Denormalized, DBIx::Table::Dynamic, ...
I went that way already, and while the flexibility is really nice, the performance and programmatic handling are both abysmal. Also, implementing EAV (entity, attribute, value) in a relational database seems somehow wrong :) I also thought of mixing the two approaches, but that can happen later on.
The code is currently only geared towards SQLite and not MySQL (which I mostly avoid), but I don't know of problems with other databases.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: RFC: How to name it? DBIx::Table::Denormalized, DBIx::Table::Dynamic, ...
by Juerd (Abbot) on Sep 15, 2005 at 18:51 UTC | |
by Corion (Patriarch) on Sep 15, 2005 at 21:34 UTC |