Delete Large Index

Hello,

I have Elastic Cluster with Ram, Disk Size 500GB, 3 Master Nodes and 3 Data/Ingest Nodes(1 VCPU, 4GB)

Currently I have Large Index which is ~275 GB in 1 Shard. I would like to delete it.
Should I just delete it via Delete Index Api like DELETE /indexname?

Thank you, Sasha

Yes.

3 Likes

I want also to add some clarifications. Along with Large Index named LargeIndexName I have for a month 30 Indices named LargeIndexName-yyyy-mm-dd (~4 GB per day). Application reads from both LargeIndexName and LargeIndexName-yyyy-mm-dd and writes only to the latest one today LargeIndexName-yyyy-mm-dd.
I need just to delete LargeIndexName (275 GB), so is the approach still the same to use Delete Index Api like DELETE /LargeIndexName? Because Index is very large, will I have some issues with space, memory or other allocations/deallocations?

Thank you,
Sasha

Yes.

No.

3 Likes

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.