Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)

  • RE: latest timestamp multiple databases

    You can join the table with itself i.e on sensor id and add lift. timestamp < right. timestamp as join condition. Then you pick the rows, where right. id is null. Voila, you got...

  • RE: transactions per second multiple databases

    You can use the "Batch Requests/Sec." PMON counter for an overall measure of database requests processed per second. That may or may not be a transaction from a perspective of...

Viewing 2 posts - 1 through 2 (of 2 total)