User Activity

  • Posted a comment on discussion Open Discussion on HA-JDBC

    It is, though I don't work on it as often as I'd like. On Tue, Oct 8, 2019 at 4:17 AM Rogerio rogerthat@users.sourceforge.net wrote: Hi, is this project still alive? HA-JDBC Releases. https://sourceforge.net/p/ha-jdbc/discussion/383396/thread/2041e133/?limit=25#ad8c Sent from sourceforge.net because you indicated interest in https://sourceforge.net/p/ha-jdbc/discussion/383396/ To unsubscribe from further messages, please visit https://sourceforge.net/auth/subscriptions/

  • Posted a comment on discussion Help on HA-JDBC

    HA-JDBC invokes the load balancer for any JDBC method it expects to contact the database server in an immutable way. Sometimes this results in 2 calls to the load balancer for a given statement execution, sometimes more, e.g. calls to Connection.getAutoCommit() or prepareStatement(...) or getTransactionIsolation(). Sequential tests like this do nothing to test balancer behavior. Round-robin (or any balanacer logic) is pointless without concurrent activity. Perform the same test with multiple concurrent...

  • Posted a comment on discussion Help on HA-JDBC

    This is the equivalent code in HA-JDBC 3.0: Dialect dialect = new OracleDialect(); DatabaseProperties database = new LazyDatabaseProperties(new SimpleDatabaseMetaDataProvider(metaData), dialect); TableProperties table = databaseProperties.findTable(tableName); Collection<UniqueConstraint> constraints = table.getUniqueConstraints(); Paul On Mon, Jul 31, 2017 at 7:14 PM "Héctor Cadavid" hectorcadavid@users.sf.net wrote: Dear friends, I'm trying to upgrande a 8-years legacy application that worked with...

  • Posted a comment on discussion Help on HA-JDBC

    Using 3.0.x, you can create a DataSourceDatabase that references your DataSource...

  • Posted a comment on discussion Help on HA-JDBC

    Sorry for the slow response. Have you figured this out yet? I don't see HA-JDBC anywhere...

  • Posted a comment on discussion Help on HA-JDBC

    The reason for this is that in HA-JDBC we send fine/coarse durability commands per...

  • Posted a comment on discussion Help on HA-JDBC

    To use the JDBC url style of access, you must use HA-JDBC's jdbc driver as your entry...

  • Posted a comment on discussion Help on HA-JDBC

    Hi. Sorry for the delay in responding. For which JDBC url was no suitable driver...

View All

Personal Data

Username:
ferraro
Joined:
2002-08-23 16:41:18

Projects

This is a list of open source software projects that Paul Ferraro is associated with:

Personal Tools