Re: Recommendations for bulk delete of edges
HadoopMarc <m.c.d...@...>
Hi Kevin, By an "elasticsearch index" you do mean a mixed index, don't you? Actually, indexing does not help you too much, because your query still hits 1/7 of your edgestore. The way to go here is to have a distributed query. You can do it either with the OLAP facility (e.g. SparkGraph computer of FulgoraGraphComputer) or you could do it in a poor man's way: just store the edge id's while doing the inserts and use the stored id's a week later for the dropping (in a threaded or otherwise distributed way) without need of an index. Cheers, Marc Op donderdag 16 maart 2017 16:56:11 UTC+1 schreef Robert Dale:
|
|