2357 deletions#2367
Conversation
|
A prefix in a title field looks like a dirty workaround. If you can guarantee that this prefix will not be a part of a regular title, it would be ok, though. Also it comes with a bit of an extra resource effort (filtering 30 M docs using a simple regex). |
dr0i
left a comment
There was a problem hiding this comment.
I think this is ok. It's also good to not put too much effort into this issue, so 👍
|
As long as you don't switch the index alias until the deletions have been removed, I guess... Unfortunately, |
|
@dr0i I adjusted as you suggested. Was a quick adjustment. What do you think about @blackwinter s comment. |
does it really hurt if for some minutes there would be titles with the "DELETED"-Prefix in production index @blackwinter ? |
Yes, I would consider it a serious issue. If, however, the records only contain minimal data (such as in c432b9d), it's less relevant because they won't come up in a casual search. Another option would be to include an internal field which can also be queried efficiently. I'm only worried about the visible effects in the union catalogue. (And I only noticed after my previous comment that these modified records are immediately live during update indexing; the index switch only happens for the baseline indexing, of course.) |
|
@dr0i you could continue with an apporach to get rid of these records |
|
So @TobiasNx if it's easily possible to just leave out as much fields as possible (i.e. also |
|
I reduced the number of elements as much as the schema allows for ( ) Additionally I added the delete title. |
@dr0i would it be enough to add a prefix to the title in order to delete the records?