tarantool / vshard

The new generation of sharding based on virtual buckets
Other
98 stars 29 forks source link

Add support for 'fetch_schema' net.box connection option #408

Open msiomkin opened 1 year ago

msiomkin commented 1 year ago

Please add 'fetch_schema' option support to public vshard API.

See: https://github.com/tarantool/tarantool/pull/6826

Gerold103 commented 1 year ago

Given how expensive schema fetch is, I mark this as a bug. Perhaps we should disable schema fetch by default. And allow to turn it on via some internal API for those who already cheat and use router.internal to get raw connections and rely on them having the schema.