cheaply - Search results in mailing lists
Mailing lists >> pgsql-novice >> Thread
2020-07-06 15:20:14 | Re: What's the best practice to compare the transaction with the checkpoint? (Tom Lane)
cheap, but I'm not sure that plan will ever reach fruition.) regards, tom lane
Mailing lists >> pgsql-novice >> Thread >> Search in thread (2)
2020-06-13 00:32:14 | Re: [EXT] Re: Does cancelling autovacuum make you lose all the workit did? (Greg Rychlewski (LCL))
cheapest part of this because it's basically read-only. The most expensive parts are the actual
Mailing lists >> pgsql-novice >> Thread >> Search in thread (2)
2016-04-11 14:57:02 | Re: One tablespace or several tablespaces (Begin Daniel)
cheaper medium. -------- Another reason to use multiple tablespaces is if IO operations are slowing down
Mailing lists >> pgsql-novice >> Thread
2015-01-07 20:31:32 | Re: How can I prevent duplicate inserts by multiple concurrent threads ? (Daniel Staal)
cheaper to update then. (I obviously don't know the situation - I acknowledge that you might
Mailing lists >> pgsql-novice >> Thread
2014-08-13 19:46:05 | Re: tuple compare involving NULL (Merlin Moncure)
cheap paging was possible without using cursors. This is a very common way of accessing
Mailing lists >> pgsql-novice >> Thread >> Search in thread (2)
2014-06-06 12:42:58 | Re: 64 bit or 32 bit? (hubert depesz lubaczewski)
cheaper, better. If you know that you'll never move out of this VPS - you could
Mailing lists >> pgsql-novice >> Thread >> Search in thread (2)
2012-06-13 22:20:13 | Re: coalesce in plpgsql, and other style questions (Daniel Staal)
cheap and easy to implement poorly. Just lock everything. Implementing it well is another thing
Mailing lists >> pgsql-novice >> Thread
2012-05-31 03:10:33 | Re: how to call stored procedures that are writes (Ross Boylan)
cheap or expensive? That is, is it better to 1) SELECT to see if an object
Mailing lists >> pgsql-novice >> Thread
2012-05-10 11:48:18 | Re: I am NOT a programmer! (Daniel Staal)
cheaper (and faster) to buy something. ;) (Because your time is worth money too, and you'll have
Mailing lists >> pgsql-novice >> Thread
2012-02-17 19:16:43 | Re: execute many for each commit (Tom Lane)
cheaper than full transactions. Alternatively you could consider turning off synchronous_commit, if you don't need
Mailing lists >> pgsql-novice >> Thread
2011-12-12 15:26:25 | Re: index or not (Andreas Kretschmer)
cheaper or not. (for instance, if you have SSDs, a index-scan maybe is cheaper
Mailing lists >> pgsql-novice >> Thread
2011-09-11 13:00:47 | Re: Using expression names in subsequent calculation (Tom Lane)
cheap enough that repeating them probably beats incurring the overhead of multiple run-time plan
Mailing lists >> pgsql-novice >> Thread
2011-05-04 08:27:02 | Re: [Qgis-user] OCR (Mohlomi Moloi)
cheap app to buy) to capture any digitized information (especially large surveys) - so there's a process
Mailing lists >> pgsql-novice >> Thread
2011-01-10 15:12:03 | Re: Db synch - need advice (Chris Browne)
cheaper to get the sales guys data plans for their "Rocket Sticks" rather than to redesign
Mailing lists >> pgsql-novice >> Thread
2010-12-01 12:59:16 | Re: Clarification, please (Tom Lane)
insertion-time check is cheap, being integrated into the insertion process itself. regards, tom lane