Hi Marc,

> Hm, I didn't think about views or "keyless" queries here ... how does
> the current implementation work, maybe tuning the client side search
> algorithm or changing the view update policy (only every 10th or 100th
> value) could help a lot?

Well, the field formatting requires exactly that the value is displayed
in the respective control/field, and then compared with the search term.
The original intention was to allow searching for substrings in such
fields, which is up to impossible when you don't apply the same
formatting as the field has. So, leaving out the updates is not a good
option. However, it might be possible to solve this differently
(finally, it's only the same formatting which is required to be used.
This does not necessarily imply we must have the overhead of all those
field updates.)
For other bottlenecks, we'd need to do a detailed profiling, perhaps we
would detect some hot spots.

Ciao
Frank

-- 
- Frank Schönheit, Software Engineer         [EMAIL PROTECTED] -
- Sun Microsystems                      http://www.sun.com/staroffice -
- OpenOffice.org Base                       http://dba.openoffice.org -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to