You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by GitBox <gi...@apache.org> on 2021/12/07 01:56:11 UTC

[GitHub] [servicecomb-pack] DawnSouther opened a new issue #728: 状态机模式是否有必要强依赖es

DawnSouther opened a new issue #728:
URL: https://github.com/apache/servicecomb-pack/issues/728


   servicecombo应该只是一个协调器,依赖es做历史记录查询是否有些太重了?
   db查询的性能瓶颈在哪呢?把es做成一个可选项是一个更好的选择?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@servicecomb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [servicecomb-pack] coolbeevip commented on issue #728: 状态机模式是否有必要强依赖es

Posted by GitBox <gi...@apache.org>.
coolbeevip commented on issue #728:
URL: https://github.com/apache/servicecomb-pack/issues/728#issuecomment-987524533


   Currently, only the state machine model uses ES to store archived messages and front-end queries. You can implement the TransactionRepository interface according to your favorite storage. Just like [ElasticsearchTransactionRepository.java](https://github.com/apache/servicecomb-pack/blob/master/alpha/alpha-fsm/src/main/java/org/apache/servicecomb/pack/alpha/fsm/repository/elasticsearch/ElasticsearchTransactionRepository.java)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@servicecomb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [servicecomb-pack] DawnSouther commented on issue #728: 状态机模式是否有必要强依赖es

Posted by GitBox <gi...@apache.org>.
DawnSouther commented on issue #728:
URL: https://github.com/apache/servicecomb-pack/issues/728#issuecomment-987594714


   I want to know why use ES in FSM? Is it just a temporary solution? Or what other considerations?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@servicecomb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [servicecomb-pack] coolbeevip commented on issue #728: 状态机模式是否有必要强依赖es

Posted by GitBox <gi...@apache.org>.
coolbeevip commented on issue #728:
URL: https://github.com/apache/servicecomb-pack/issues/728#issuecomment-987623148


   ES is designed to provide an Improve query performance way to find and manage information on large transaction data 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@servicecomb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org