Re: Collection API LIST implementation

2023-05-31 Thread Ishan Chattopadhyaya
+1, good catch. On Wed, 31 May, 2023, 11:09 pm Ilan Ginzburg, wrote: > In CollectionsHandler LIST_OP, the implementation of LIST loads the > state.json of all collections in the cluster in order to return the names > of all collections. > > With a large cluster and a large number of collections,

Collection API LIST implementation

2023-05-31 Thread Ilan Ginzburg
In CollectionsHandler LIST_OP, the implementation of LIST loads the state.json of all collections in the cluster in order to return the names of all collections. With a large cluster and a large number of collections, it seems more efficient to directly get all children of /collections from Zookee