Robert Schultz
02/07/2022, 1:35 AMDELETE
Kishore Nallan
02/07/2022, 1:41 AMRobert Schultz
02/07/2022, 1:44 AM{
filename : { type : "string" },
size : { type : "int64" },
nsfw : { type : "int32" },
itemid : { type : "int32", facet : true },
catid : { type : "int32", facet : true },
genreid : { type : "int32", facet : true },
family : { type : "string", facet : true },
formatid : { type : "string", facet : true, optional : true },
ts : { type : "int64", optional : true },
content : { type : "string", optional : true },
ext : { type : "string", optional : true },
label : { type : "string[]", optional : true },
duration : { type : "int32", optional : true },
width : { type : "int32", optional : true },
height : { type : "int32", optional : true },
animated : { type : "bool", optional : true },
title : { type : "string", optional : true },
subCount : { type : "int32", optional : true, index : false },
href : { type : "string", optional : true, index : false },
contentURL : { type : "string", optional : true, index : false },
extra : { type : "string", optional : true, index : false }
}
Robert Schultz
02/07/2022, 1:44 AMRobert Schultz
02/07/2022, 1:46 AMfilter_by
is simply itemid:<number>
that matches a few thousand files out of 3.9 million total.Kishore Nallan
02/07/2022, 1:46 AMKishore Nallan
02/07/2022, 1:48 AMRobert Schultz
02/07/2022, 1:49 AMDELETE
call on <server>/collections/<name>/documents?batch_size=1000&filter_by=itemid:<num>
with a single id. There are no other searches happening at the time, there are no other operations of any kind taking place.Kishore Nallan
02/07/2022, 1:50 AMRobert Schultz
02/07/2022, 2:02 AMRobert Schultz
02/07/2022, 2:03 AM.jsonl
files that can be used to re-create the DB?Robert Schultz
02/07/2022, 2:04 AMRobert Schultz
02/07/2022, 2:13 AMKishore Nallan
02/07/2022, 2:33 AMKishore Nallan
02/07/2022, 2:33 AMRobert Schultz
02/07/2022, 3:23 AMKishore Nallan
02/07/2022, 3:26 AMRobert Schultz
02/07/2022, 3:53 AM