Opened 4 years ago
Last modified 3 years ago
#6294 new defect
The complexity of matching and sorting deteriorated badly between 1.13 and 1.14
Reported by: | Francesco Casella | Owned by: | Karim Adbdelhak |
---|---|---|---|
Priority: | blocker | Milestone: | 1.19.0 |
Component: | Backend | Version: | 1.16.0 |
Keywords: | Cc: | Martin Sjölund |
Description
Please compare the performance of SteamPipe_N in the ScalableTestSuite, between v. 1.13 and v 1.14.
The times spent by matching and sorting are
N | 1.13 | 1.14 |
160 | 0.21 | 6.1 |
320 | 0.06 | 21.8 |
640 | 1.44 | 91.6 |
We already discussed this issue extensively in #5952, but apparently there is still someting wrong there.
@Karim, can you please check?
Note:
See TracTickets
for help on using tickets.
Rescheduled to 1.18.0