:wave: Can we add the `async_reference` option to ...
# community-help
m
👋 Can we add the
async_reference
option to the existing reference field (drop + add), or are references still not editable via the alter collection operation?
k
Alter still does not support references.
m
ok, thanks for confirming!
s
@Max Priazhevskii We've been using async_reference since the day after V28 came out. Just a heads up that it is important to not use dots in your collection names (like we had "products_1.0" as a collection name) and to use the actual collection name in the schema for defining the reference, and not an alias. But of those situations caused us different (but similar) failures when loading data or querying. You can see details of our issues here, and on previous post linked there.
👍 1
m
Thanks, we've been using references for a while, but it's a bit tricky to add an async option to the existing ones :)
s
If you're using Aliases for your queries and data loading, it was easy to just create brand new collections and swap over to them when they were ready.