|
|
|
|
|
by Normal_gaussian
3774 days ago
|
|
If you can reliably externalise the timestamps into Postgres for the documents, then yes. Just index and primarily query on the timestamps and you will be golden. Also switching from mysql to Postgres should see performance gains (though unlikely to be a bottle neck). |
|