Re: Out of memory error when doing an update with IN clause - Mailing list pgsql-general (2024)

From Sean Shanny
Subject Re: Out of memory error when doing an update with IN clause
Date December 29,2003
Msg-id 3FF09C32.4090407@earthlink.net
Whole thread Raw
Inresponseto Re: Out of memory error when doing an update with IN clause (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Out of memory error when doing an update with IN clause
List pgsql-general
Tom,I run this:explain update f_commerce_impressions set servlet_key = 60 whereservlet_key in (68,69,70,71,87,90,94,91,98,105,106);ERROR: out of memoryDETAIL: Failed on request of size 1024.I get this in the server log:TopMemoryContext: 32768 total in 3 blocks; 6376 free (4 chunks); 26392 usedTopTransactionContext: 8192 total in 1 blocks; 8136 free (0 chunks); 56 usedDeferredTriggerXact: 0 total in 0 blocks; 0 free (0 chunks); 0 usedMessageContext: 57344 total in 3 blocks; 28760 free (1 chunks); 28584 usedPortalMemory: 8192 total in 1 blocks; 8040 free (0 chunks); 152 usedPortalHeapMemory: 8192 total in 1 blocks; 3936 free (0 chunks); 4256 usedPortalHeapMemory: 23552 total in 5 blocks; 2888 free (0 chunks); 20664 usedExecutorState: 24576 total in 2 blocks; 5032 free (8 chunks); 19544 usedDynaHashTable: 534773784 total in 65 blocks; 31488 free (255 chunks);534742296 usedExprContext: 0 total in 0 blocks; 0 free (0 chunks); 0 usedCacheMemoryContext: 516096 total in 6 blocks; 205344 free (1 chunks);310752 usedidx_commerce_impressions_servlet: 1024 total in 1 blocks; 640 free (0chunks); 384 usedidx_commerce_impressions_page_view: 1024 total in 1 blocks; 640 free (0chunks); 384 usedidx_commerce_impressions_date_dec_2003: 1024 total in 1 blocks; 640 free(0 chunks); 384 usedidx_commerce_impressions_date_nov_2003: 1024 total in 1 blocks; 640 free(0 chunks); 384 usedf_commerce_impressions_pkey: 1024 total in 1 blocks; 640 free (0chunks); 384 usedpg_index_indrelid_index: 1024 total in 1 blocks; 640 free (0 chunks);384 usedpg_attrdef_adrelid_adnum_index: 1024 total in 1 blocks; 320 free (0chunks); 704 usedpg_amop_opc_strategy_index: 1024 total in 1 blocks; 320 free (0 chunks);704 usedpg_shadow_usename_index: 1024 total in 1 blocks; 640 free (0 chunks);384 usedpg_amop_opr_opc_index: 1024 total in 1 blocks; 320 free (0 chunks); 704 usedpg_conversion_oid_index: 1024 total in 1 blocks; 640 free (0 chunks);384 usedpg_language_name_index: 1024 total in 1 blocks; 640 free (0 chunks); 384usedpg_statistic_relid_att_index: 1024 total in 1 blocks; 320 free (0chunks); 704 usedpg_attribute_relid_attnam_index: 1024 total in 1 blocks; 320 free (0chunks); 704 usedpg_shadow_usesysid_index: 1024 total in 1 blocks; 640 free (0 chunks);384 usedpg_cast_source_target_index: 1024 total in 1 blocks; 320 free (0chunks); 704 usedpg_conversion_name_nsp_index: 1024 total in 1 blocks; 320 free (0chunks); 704 usedpg_trigger_tgrelid_tgname_index: 1024 total in 1 blocks; 320 free (0chunks); 704 usedpg_namespace_nspname_index: 1024 total in 1 blocks; 640 free (0 chunks);384 usedpg_conversion_default_index: 2048 total in 1 blocks; 704 free (0chunks); 1344 usedpg_class_relname_nsp_index: 1024 total in 1 blocks; 320 free (0 chunks);704 usedpg_aggregate_fnoid_index: 1024 total in 1 blocks; 640 free (0 chunks);384 usedpg_inherits_relid_seqno_index: 1024 total in 1 blocks; 320 free (0chunks); 704 usedpg_language_oid_index: 1024 total in 1 blocks; 640 free (0 chunks); 384 usedpg_type_typname_nsp_index: 1024 total in 1 blocks; 320 free (0 chunks);704 usedpg_group_sysid_index: 1024 total in 1 blocks; 640 free (0 chunks); 384 usedpg_namespace_oid_index: 1024 total in 1 blocks; 640 free (0 chunks); 384usedpg_proc_proname_args_nsp_index: 2048 total in 1 blocks; 704 free (0chunks); 1344 usedpg_opclass_am_name_nsp_index: 2048 total in 1 blocks; 768 free (0chunks); 1280 usedpg_group_name_index: 1024 total in 1 blocks; 640 free (0 chunks); 384 usedpg_proc_oid_index: 1024 total in 1 blocks; 640 free (0 chunks); 384 usedpg_operator_oid_index: 1024 total in 1 blocks; 640 free (0 chunks); 384 usedpg_amproc_opc_procnum_index: 1024 total in 1 blocks; 320 free (0chunks); 704 usedpg_index_indexrelid_index: 1024 total in 1 blocks; 640 free (0 chunks);384 usedpg_operator_oprname_l_r_n_index: 2048 total in 1 blocks; 704 free (0chunks); 1344 usedpg_opclass_oid_index: 1024 total in 1 blocks; 640 free (0 chunks); 384 usedpg_rewrite_rel_rulename_index: 1024 total in 1 blocks; 320 free (0chunks); 704 usedpg_type_oid_index: 1024 total in 1 blocks; 640 free (0 chunks); 384 usedpg_attribute_relid_attnum_index: 1024 total in 1 blocks; 320 free (0chunks); 704 usedpg_class_oid_index: 1024 total in 1 blocks; 640 free (0 chunks); 384 usedMdSmgr: 8192 total in 1 blocks; 6120 free (0 chunks); 2072 usedDynaHash: 8192 total in 1 blocks; 7064 free (0 chunks); 1128 usedDynaHashTable: 8192 total in 1 blocks; 5080 free (0 chunks); 3112 usedDynaHashTable: 8192 total in 1 blocks; 2008 free (0 chunks); 6184 usedDynaHashTable: 8192 total in 1 blocks; 3016 free (0 chunks); 5176 usedDynaHashTable: 8192 total in 1 blocks; 4040 free (0 chunks); 4152 usedDynaHashTable: 24576 total in 2 blocks; 13240 free (4 chunks); 11336 usedDynaHashTable: 0 total in 0 blocks; 0 free (0 chunks); 0 usedDynaHashTable: 0 total in 0 blocks; 0 free (0 chunks); 0 usedDynaHashTable: 0 total in 0 blocks; 0 free (0 chunks); 0 usedDynaHashTable: 0 total in 0 blocks; 0 free (0 chunks); 0 usedDynaHashTable: 0 total in 0 blocks; 0 free (0 chunks); 0 usedErrorContext: 8192 total in 1 blocks; 8176 free (0 chunks); 16 usedERROR: out of memoryDETAIL: Failed on request of size 1024.Tom Lane wrote:>Sean Shanny <shannyconsulting@earthlink.net> writes:>>>>As you can see I had to reduce the number of arguments in the IN clause>>to even get the explain.>>>>>>You mean you get an out-of-memory error just from EXPLAIN (without>ANALYZE)?? That makes even less sense ... the hash table we identified>before should not be created or filled during EXPLAIN.>> regards, tom lane>>---------------------------(end of broadcast)--------------------------->TIP 9: the planner will ignore your desire to choose an index scan if your> joining column's datatypes do not match>>>

pgsql-general by date:

Previous

From:Guy Fraser
Date:
Subject:Re: Is my MySQL Gaining ?

Next

From:Ericson Smith
Date:
Subject:Re: Is my MySQL Gaining ?

By continuing to browse this website, you agree to the use of cookies. Go to Privacy Policy.

Re: Out of memory error when doing an update with IN clause - Mailing list pgsql-general (2024)

References

Top Articles
Football Games & Soccer Games - Play Online for Free | Kizi
Soccer games 🕹️ | Play For Free on GamePix
Tyler Sis 360 Louisiana Mo
Chase Bank Operating Hours
Umn Pay Calendar
Midway Antique Mall Consignor Access
A.e.a.o.n.m.s
What Does Dwb Mean In Instagram
Gma Deals And Steals Today 2022
Chile Crunch Original
Dr Manish Patel Mooresville Nc
Google Feud Unblocked 6969
Conscious Cloud Dispensary Photos
Costco Gas Foster City
24 Hour Drive Thru Car Wash Near Me
Persona 4 Golden Taotie Fusion Calculator
Ratchet & Clank Future: Tools of Destruction
FDA Approves Arcutis’ ZORYVE® (roflumilast) Topical Foam, 0.3% for the Treatment of Seborrheic Dermatitis in Individuals Aged 9 Years and Older - Arcutis Biotherapeutics
Encore Atlanta Cheer Competition
Like Some Annoyed Drivers Wsj Crossword
Www Va Lottery Com Result
Gotcha Rva 2022
Trivago Myrtle Beach Hotels
D2L Brightspace Clc
Shelby Star Jail Log
Dhs Clio Rd Flint Mi Phone Number
Uncovering the Enigmatic Trish Stratus: From Net Worth to Personal Life
Greyson Alexander Thorn
R/Mp5
Experity Installer
Mia Malkova Bio, Net Worth, Age & More - Magzica
Kokomo Mugshots Busted
Indiana Immediate Care.webpay.md
Craigslist Car For Sale By Owner
The 50 Best Albums of 2023
Soulstone Survivors Igg
Bbc Gahuzamiryango Live
The TBM 930 Is Another Daher Masterpiece
Citibank Branch Locations In Orlando Florida
Armageddon Time Showtimes Near Cmx Daytona 12
Sand Castle Parents Guide
Senior Houses For Sale Near Me
FedEx Authorized ShipCenter - Edouard Pack And Ship at Cape Coral, FL - 2301 Del Prado Blvd Ste 690 33990
Holzer Athena Portal
Enter The Gungeon Gunther
Espn Top 300 Non Ppr
The Quiet Girl Showtimes Near Landmark Plaza Frontenac
Dineren en overnachten in Boutique Hotel The Church in Arnhem - Priya Loves Food & Travel
Compete My Workforce
Dumb Money Showtimes Near Regal Stonecrest At Piper Glen
Invitation Quinceanera Espanol
Craigslist Centre Alabama
Latest Posts
Article information

Author: Horacio Brakus JD

Last Updated:

Views: 6578

Rating: 4 / 5 (51 voted)

Reviews: 90% of readers found this page helpful

Author information

Name: Horacio Brakus JD

Birthday: 1999-08-21

Address: Apt. 524 43384 Minnie Prairie, South Edda, MA 62804

Phone: +5931039998219

Job: Sales Strategist

Hobby: Sculling, Kitesurfing, Orienteering, Painting, Computer programming, Creative writing, Scuba diving

Introduction: My name is Horacio Brakus JD, I am a lively, splendid, jolly, vivacious, vast, cheerful, agreeable person who loves writing and wants to share my knowledge and understanding with you.