|
|
|
|
|
by branko_d
139 days ago
|
|
Why use string as status, instead of a boolean? That just wastes space for no discernable benefit, especially since the status is indexed. Also, consider turning event_type into an integer if possible, for similar reasons. Furthermore, why have two indexes with the same leading field (status)? |
|