Opened 8 years ago

Last modified 4 years ago

#1195 new defect

delete from collection slow for big collections

Reported by: George Merticariu Owned by: Dimitar Misev
Priority: major Milestone: Future
Component: relblobif Version: development
Keywords: Cc: Peter Baumann
Complexity: Medium

Description

removing a really big collection ( > 200 GB) is really slow with sqlite backend.

Change History (3)

comment:1 by Dimitar Misev, 8 years ago

I have an idea what the issue might be: the tiles are moved from a nested subdirectory structure from TILES into a single directory in TRANSACTIONS, which could again result in those filesystem directory limits that we wanted to fix. So probably we just need to preserve the subdirectory distribution in this case.

comment:2 by Dimitar Misev, 8 years ago

Component: undecidedrelblobif
Milestone: 10.0

In any case this is nothing particularly urgent.

comment:3 by Dimitar Misev, 4 years ago

Milestone: 10.0Future
Note: See TracTickets for help on using tickets.