Hello all,

Is there an efficient way to implement a view that does the equivalent of this SQL?

select * from documents where field1='abc' and field2='def';

where 'abc' and 'def' are different for every query? It needs to be fast and scalable on large data sets (millions of documents).

--
Alistair Cunningham
+1 888 468 3111
+44 20 799 39 799
http://integrics.com/

Reply via email to