https://bugs.documentfoundation.org/show_bug.cgi?id=156186
--- Comment #19 from Patrick Luby (volunteer) <[email protected]> --- (In reply to Patrick Luby (volunteer) from comment #18) > Created attachment 195216 [details] > CPU Profile taken during hang using Xcode's Instruments application Using the steps in comment #13, I obtained the CPU Profile in ttachment #195216 during the hang. >From what can see, most of the CPU time is spent doing text search. The "ecrdebit" field is a decimal field so my guess is that the text search is being performed on one of the other columns. Maybe the report is searching for and/or sorting a non-indexed text field? -- You are receiving this mail because: You are the assignee for the bug.
