Dynamic parameters mean properties that are not shared between all the items (e.g. a cable may have length, a lamp may have power, a mug may have its volume stored...). It could be implemented using a serialized field in the database, as it would still allow for filtering using the LIKE keyword, and as such we could select all the objects that have a set color or which have a power of 400W.
Dynamic parameters mean properties that are not shared between all the items (e.g. a cable may have length, a lamp may have power, a mug may have its volume stored...). It could be implemented using a serialized field in the database, as it would still allow for filtering using the
LIKE
keyword, and as such we could select all the objects that have a set color or which have a power of 400W.