You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
com.alibaba.nacos.config.server.service.repository.EmbeddedStoragePersistServiceImpl
and
com.alibaba.nacos.config.server.service.repository.ExternalStoragePaginationHelperImpl
use “+=” to concatenated String, will cause performance issue
Describe what you expected to happen
use StringBuilder will be better, and i will handle it
How to reproduce it (as minimally and precisely as possible)
replace "+=" to StringBuilder append method
Tell us your environment
Anything else we need to know?
The text was updated successfully, but these errors were encountered:
showkawa
changed the title
com.alibaba.nacos.config.server.service.repository.EmbeddedStoragePersistServiceImpl and com.alibaba.nacos.config.server.service.repository.ExternalStoragePaginationHelperImpl use “+=” to concatenated String, will cause performance issue
EmbeddedStoragePersistServiceImpl and ExternalStoragePaginationHelperImpl use “+=” to concatenated String, will cause performance issue
Jun 12, 2020
Issue Description
bug report - performance issue
Describe what happened (or what feature you want)
com.alibaba.nacos.config.server.service.repository.EmbeddedStoragePersistServiceImpl
and
com.alibaba.nacos.config.server.service.repository.ExternalStoragePaginationHelperImpl
use “+=” to concatenated String, will cause performance issue
Describe what you expected to happen
use StringBuilder will be better, and i will handle it
How to reproduce it (as minimally and precisely as possible)
Tell us your environment
Anything else we need to know?
The text was updated successfully, but these errors were encountered: