Which NoSQL database should I use for logging?

前端 未结 3 1132
走了就别回头了
走了就别回头了 2020-12-22 17:16

Do you have any experience logging to NoSQL databases for scalable apps? I have done some research on NoSQL databases for logging and found that MongoDB seems to be a good c

3条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-22 17:43

    You should specify what kind of log messages your app produces. If you are only logging lots and lots of simple log messages, MongoDB is a very good choice as it scales so good. But if you need complex authentification stuff or a lot of hierarchy, I would use a traditional rdbms.

提交回复
热议问题