I have been thinking of using the Raspberry PI as a kind of message broker. I was thinking of installing MySQL to store and handle all messages. What I am afraid of that an even stream of messages (maybe 1 to 100 every minute) that is stored in MySQL DB, the SD card will reach the max amount of writ...