开发者

What mysql engine for huge amount of data (logging)?

开发者 https://www.devze.com 2023-01-10 19:03 出处:网络
What mysql engine would be best suited for handling huge amount (many rows) of (small) data? I talking ab开发者_StackOverflowout logging.

What mysql engine would be best suited for handling huge amount (many rows) of (small) data? I talking ab开发者_StackOverflowout logging.

I'm thinking about logging whenever I do things on my page, like calling a function, calling a file and so on.

A tip of how I should structure the table is also appreciated.


The Archive storage engine is geared toward storing logs, and is compressed. It supports INSERT and SELECT only, no UPDATE or DELETE. I have never used it, but it may fit your needs.

0

精彩评论

暂无评论...
验证码 换一张
取 消