Jason Bosco
06/06/2022, 5:29 PMA Z 1 B
06/06/2022, 5:29 PMRoss
06/06/2022, 5:33 PMJason Bosco
06/06/2022, 5:46 PMdoes that include modifying a field (e.g. int32 -> int64) without drop -> create?I assume you meant drop->create the collection. That's correct. Here's how: https://typesense.org/docs/0.23.0/api/collections.html#modifying-an-existing-field So in your case you would do something like:
{
"fields": [
{"name": "numeric_field", "drop": true }
{"name": "numeric_field", "type": "int64" }
]
}
As a recent Cloud customer -- how do my cloud clusters receive this new update?You'll find a "Modify Configuration" option on your cluster dashboard. You can schedule an update from there. (Edit: Just added this info to the announcement).
Bill
06/06/2022, 5:48 PMJason Bosco
06/06/2022, 5:50 PMJanaka Abeywardhana
06/06/2022, 6:46 PMJason Bosco
06/06/2022, 7:01 PMArm instances provide 15%-25% better price-performance
Janaka Abeywardhana
06/06/2022, 7:05 PMCarl
06/07/2022, 5:05 AMAilish McCarthy
06/07/2022, 9:44 AM