https://bugs.documentfoundation.org/show_bug.cgi?id=133835

--- Comment #20 from Luboš Luňák <[email protected]> ---
(In reply to Noel Grandin from comment #16)
> There are several different sources of slowness here.

Yes, this bugreport mixes several different problems :(.

> (2) the QueryEvaluator::compareByStringComparator stuff for which I have no
> suggestion.

I have some ideas there, the problem is not with QueryEvaluator but rather with
ScTable::ValidQuery() being dumb and doing things backwards (comment #2 will
result in a query with thousands of items and they'll be all compared against
the cell instead of searching the items for whether one of them matches the
cell).

> (3) Some intermittent issue with millions of SfxPoolItem, which I suspect is
> a bug because I have seen it only once in about 30 runs.

I can reproduce it reliably with attachment #147829.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to