which one is best practice ? 1. deleting the colle...
# community-help
a
which one is best practice ? 1. deleting the collection => creating collection again => import documents 2. deleting all documents => import all updated documents
j
Either is fine depending on what you intend to do...
1
If you need to change the structure of the documents / collection schema then you want to do #1, along with collection aliases: https://typesense.org/docs/0.22.1/api/collections.html#update-a-collection