| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> comp.databases.theory -> Re: Constraints and Functional Dependencies
paul c wrote:
> Marshall wrote:
> ...
>
>> In the case of lossy compression, I feel strongly that it is a logical >> matter, and cannot be abstracted away. The choice of compression >> ratios and algorithms needs to be under user/application control, >> not dba control.
With possreps, the relation could have an image attribute where the dbms represents every image value as both TIFF and JPEG regardless of how it is actually stored.
> 2) When inserting a TIF image of one person or a JPG of the same person,
> is there a way an engine could consider the TIF and JPG equal?
>
> Does this have to do with what you mean?
Yes one can define equality similar to the way one can define equality for floating point numbers. Most well-written code avoids equality tests for floats due to rounding errors. Instead, one computes some distance measure and accepts as equal any two values differing less than some acceptable limit. Received on Tue Mar 06 2007 - 09:27:07 CST
![]() |
![]() |