Marco Huygen

Bio

Developer at Idewe VZW, using PostgreSQL since version 7.4

Talk Description: Dynamically switch between datasources in code

How to use several datasources in (java) code and switch between them transparently and without restarting your service. One use-case could be read-only slave datasources that can be used for reporting queries. Or switch your datasource based on a given condition. Maybe even switch between Oracle and PostgreSQL datasources without even being aware of the differences between the databases…