Re: [Discuss] Optimize the performance of creating Topic

2021-08-11 Thread Lin Lin
On 2021/08/03 11:12:34, Ivan Kelly wrote: > > Creating a topic will first check whether the topic already exists. > > The verification will read all topics under the namespace, and then > > traverse these topics to see if the topic already exists. > > When there are a large number of topics un

Re: [Discuss] Optimize the performance of creating Topic

2021-08-03 Thread Ivan Kelly
> Creating a topic will first check whether the topic already exists. > The verification will read all topics under the namespace, and then > traverse these topics to see if the topic already exists. > When there are a large number of topics under the namespace(about 300,000 > topics), > less than

[Discuss] Optimize the performance of creating Topic

2021-07-29 Thread linlin
Creating a topic will first check whether the topic already exists. The verification will read all topics under the namespace, and then traverse these topics to see if the topic already exists. When there are a large number of topics under the namespace(about 300,000 topics), less than 10 topics ca