|
|
|
|
|
by gabereiser
1041 days ago
|
|
create table log (dt timestamp not null primary key, msg text not null)
is usually all you need to start sifting through the haystack. Problem with this approach is if you aren't diligent, you'll end up killing you app AND you're db. |
|