Join Slack
Powered by
hey, does anyone know if there's a way to delete n...
# community-help
k
Kenn
01/02/2025, 11:01 AM
hey, does anyone know if there's a way to delete no longer used fields from schemas? would this now mess up documents with that deleted field
k
Kishore Nallan
01/02/2025, 1:00 PM
You can use alter to drop a field from the schema. But this only affects the in-memory index. On-disk documents are not edited to remove that field.
🙌 1
Open in Slack
Previous
Next