Other articles


  1. Investigating Deadlocks in Postgres

    When performing transactions on the same tables in Postgres from multiple apps, you might face deadlocks.

    You might get an error like this one (example from here):

    DBAPIError: (TransactionRollbackError) deadlock detected
    DETAIL:  Process 61086 waits for ExclusiveLock on tuple (7217,55) of relation 626383 of database 380717; blocked by process …
    read more
  2. Local Network Speed Test

    There are multiple reasons why you might want to test the speed of you local network. For example you can test the speed between your router and your device. Or the speed between your device and a home server. For me it was the former. I wanted to make sure …

    read more

links

social