counted track - Search results in mailing lists

2021-05-15 20:05:51 | [pgjdbc/pgjdbc] 5f37c4: test: Remove extra quotes around docker-compose de... (Sehrope Sarkuni)

track_counts by default in testing server container Commit: 5ad030d9bb1fb65a0e4121fe73fb4cb55e89adbb https:///pgjdbc/pgjdbc/commit/5ad030d9bb1fb65a0e4121fe73fb4cb55e89adbb Author: Sehrope Sarkuni

2019-12-06 19:36:18 | [pgjdbc/pgjdbc] 33e74f: [maven-release-plugin] prepare releaseREL42.2.8 (Dave Cramer)

counts of the JDBC 4.2 API (Java 8+) This implementation supports: PreparedStatement.executeLargeUpdate() Statement.executeLargeUpdate(String sql) Statement.getLargeUpdateCount() Statement.executeLargeBatch() Statement.executeLargeUpdate(String sql, int autoGeneratedKeys) * Statement.executeLargeUpdate(String sql, int[] columnIndexes) * Statement.executeLargeUpdate

2014-11-25 10:05:13 | performance question: protocol v2 vs v3 (Guillaume Cottenceau)

track_counts = on autovacuum = on autovacuum_vacuum_cost_delay = 100 synchronous_commit = off random_page

2009-05-12 12:59:15 | Re: pooled prepared statements (John Lister)

count exceeds the prepareThreshold parameter, then the driver does create a "prepare statement object" on the server. This is only valid for the time the PreparedStatement is open and only on that connection

2006-10-10 11:02:55 | Re: Postgres XA support (Heikki Linnakangas)

counts as a heuristic decision or not. The XA spec refers to the OSI DTP standard. Perhaps that would shed some light to the issue, however I don't have access to it. Without

2006-07-12 19:48:30 | Re: how to monitor the amount of bytes fetched in a executeQuery() (Oliver Jowett)

tracks the byte count, unless one of the wrapping streams already does that. app code

2006-02-17 06:18:10 | Re: In or Exists? (Fabrice.Sznajderman@devoteam.com)

Tracking&Tracing International AG Dipl. Inf. | Software Development GIS Fight against software patents in EU! www.ffii.org www.nosoftwarepatents.org ---------------------------(end of broadcast)--------------------------- TIP 2: Don't 'kill -9' the postmaster +---------------------------------------------------------------------+ About Devoteam: Devoteam

2005-09-08 12:22:59 | SELECT COUNT(*) does a scan? (David Wall)

COUNT(*) FROM tablename, I noted that it does a table scan. I thought PG had some sort of table stat that kept track

2004-11-22 14:10:38 | Re: Patch for jdbc escaped functions (Xavier Poinsard)

track // of if we enter a string or not. StringBuffer newsql = new StringBuffer(p_sql.length()); - short state = IN_SQLCODE; - - int i = -1; - int len = p_sql.length(); - while (++i < len) - { - char

2004-04-18 08:57:11 | Status of server prepare threshold patch. (Kris Jurka)

count which eliminates a large number of regression test failures. http:///pgsql-patches/2004-04/msg00195.php I've fixed a problem with batch statements not correctly deallocating queries in the Statement.addBatch(String) case where there is no relation

2004-04-13 12:24:04 | Re: Under what circumstances does PreparedStatement use stored plans? (James Robinson)

count crosses a threshold. Ugh. One wonders if the optimization would be worth the effort involved in coding as well as the runtime costs of tracking

2004-02-14 18:19:37 | Re: A few more questions (Oliver Jowett)

count queries after the first towards the threshold, since we assume we only block when there are greater than threshold bytes unread by the server, and at a minimum the server will read the first

2003-08-26 14:52:58 | Issues with calling stored prcedures (Tim McAuley)

track it down to a section of code that calls a stored procedure on our Postgresql database. Are there any known issues with calling stored procedures through JDBC calls? We've been doing this

2002-12-19 18:59:53 | Re: numrows (Dave Cramer)

track. However for simple selects you can do select count(*), * from user where id=3 and count

2001-10-02 16:32:36 | LOCK TABLE oddness in PLpgSQL function called via JDBC (Dave Harkness)

tracks them in the database. To minimize DB calls the client allocates IDs in blocks and doles them out one-at-a-time. Thus, 20 calls to IDFactory.nextID() in Java will result in only