Re: Help with a optimization problem
- From: Mark D Powell <Mark.Powell@xxxxxxx>
- Date: 28 Apr 2007 06:53:50 -0700
On Apr 28, 3:02 am, dombrooks <dombro...@xxxxxxxxxxx> wrote:
one possibility, depending on version, is to create an OR view of this
data using CAST... MULTISET ... SELECT ... ORDER BY.
That view could possibly contain an ordered array of attribute pairs
which you could then do a straight comparison on the ordered array of
the incoming set of values.
However, this approach will not make up for the fact that the OP is
suggesting bad design. Objects and object style constructs belong in
the application layer and should not be stored in the database.
A good old fashioned parameter table with parameter names in one
column and values in another will do the trick. The application layer
can easily pivot the parameters for one set into a single row
structure if desired.
IMHO -- Mark D Powell --
.
- Follow-Ups:
- Re: Help with a optimization problem
- From: dombrooks
- Re: Help with a optimization problem
- References:
- Help with a optimization problem
- From: lala4life
- Re: Help with a optimization problem
- From: Frank van Bortel
- Re: Help with a optimization problem
- From: dombrooks
- Help with a optimization problem
- Prev by Date: Re: Syrnad admits he is a moron
- Next by Date: Re: 10g to RAC - what to do to avoid data duplication ?
- Previous by thread: Re: Help with a optimization problem
- Next by thread: Re: Help with a optimization problem
- Index(es):