Tagged Questions
1
vote
1answer
114 views
String Pooling for MySQL
So I'm having this table that logs all errors happened in our production code. It looks like this:
id | date | type | message | file | line
...