chroma icon indicating copy to clipboard operation
chroma copied to clipboard

Go Coordinator should do a "Returning" instead of re-getting

Open Ishiihara opened this issue 2 years ago • 0 comments
trafficstars

The go coordinator is using a in memory cache to keep consistent with the system catalog, as a result, the system catalog APIs such as CreateCollection, UpdateCollection will call GetCollections to return the necessary information from the catalog. This may cause additional load to the database and is not necessary. We may be able to reduce the call to the database by using returning.

Ishiihara avatar Oct 24 '23 23:10 Ishiihara