PGError: out of memory for query result : SELECT contents."id" AS t0_r0, contents."title" AS t0_r1, contents."author" AS t0_r2, contents."body" AS t0_r3, contents."body_html" AS t0_r4, contents."extended" AS t0_r5, contents."excerpt" AS t0_r6, contents."keywords" AS t0_r7, contents."created_at" AS t0_r8, contents."updated_at" AS t0_r9, contents."extended_html" AS t0_r10, contents."user_id" AS t0_r11, contents."permalink" AS t0_r12, contents."guid" AS t0_r13, contents."text_filter_id" AS t0_r14, contents."whiteboard" AS t0_r15, contents."type" AS t0_r16, contents."article_id" AS t0_r17, contents."email" AS t0_r18, contents."url" AS t0_r19, contents."ip" AS t0_r20, contents."blog_name" AS t0_r21, contents."name" AS t0_r22, contents."published" AS t0_r23, contents."allow_pings" AS t0_r24, contents."allow_comments" AS t0_r25, contents."blog_id" AS t0_r26, contents."published_at" AS t0_r27, contents."state" AS t0_r28, contents."status_confirmed" AS t0_r29, categories."id" AS t1_r0, categories."name" AS t1_r1, categories."position" AS t1_r2, categories."permalink" AS t1_r3, tags."id" AS t2_r0, tags."name" AS t2_r1, tags."created_at" AS t2_r2, tags."updated_at" AS t2_r3, tags."display_name" AS t2_r4, users."id" AS t3_r0, users."login" AS t3_r1, users."password" AS t3_r2, users."name" AS t3_r3, users."email" AS t3_r4, users."notify_via_email" AS t3_r5, users."notify_on_new_articles" AS t3_r6, users."notify_on_comments" AS t3_r7, users."notify_watch_my_articles" AS t3_r8, users."notify_via_jabber" AS t3_r9, users."jabber" AS t3_r10, blogs."id" AS t4_r0, blogs."settings" AS t4_r1 FROM contents LEFT OUTER JOIN articles_categories ON articles_categories.article_id = contents.id LEFT OUTER JOIN categories ON categories.id = articles_categories.category_id LEFT OUTER JOIN articles_tags ON articles_tags.article_id = contents.id LEFT OUTER JOIN tags ON tags.id = articles_tags.tag_id LEFT OUTER JOIN users ON users.id = contents.user_id LEFT OUTER JOIN blogs ON blogs.id = contents.blog_id WHERE (published = 't' AND contents.published_at < '2008-10-16 01:53:49' AND blog_id = 1) AND ( (contents."type" = 'Article' ) ) AND contents.id IN ('36', '35', '34', '33', '24', '23', '5', '3', '2', '1') ORDER BY contents.published_at DESC
Tags
advocacy binding document-passing maemo n810 opensolaris postgresql POX rails REST RPC ruby schemas security services SOA SOAP solaris web webservices
Archives
- October 2008 (2)
- September 2008 (1)
- August 2008 (1)
- July 2008 (4)
- June 2008 (2)
- May 2008 (3)
- April 2008 (5)
- March 2008 (4)
- February 2008 (3)
- January 2008 (2)
Delicious/metatecture
Oct 13-
Fun With Automated Characterization Test Generation
4th in a 4-part series
-
Axiom Stack - About
Quick Axiom Stack Facts * All scripting is done in server side ECMAscript (JavaScript) * Axiom Stack provides a unified object model to all content data * Built-in storage behaves like a transparent, hierarchical object database * TALE templating language, a clean and concise XML based attribute system for building templates * Javascript makes language impedance issues arising from AJAX disappear * Axiom Stack is secure by default - no programming needed * Includes everything that you need to build a web application
-
SuperTalent mini-PCI Express SSD hard disk cards
Might be interesting as a way to do something like store vmWare images on a laptop because they don't change much, if you could figure out how to put the temp storage used by them elsewhere -
Ned Batchelder: A server memory leak
Ignoring whatever technology stack is being discussed in this article, it is an excellent look at the problems of tracking down and debugging operational issues in running an internet-scale website. -
Bill de hÓra: Magnificent Seven - the value of Atom
the value of Atom is wrapped up in 1. atom:id 2. atom:updated 3. atom:link 4. the extension rules (mustIgnore, foreign markup) 5. the date construct rules 6. the content encoding rules 7. unordered elements [...] Even if you don't like Atom (or XML for that matter), if your carrier format is going to survive on the web, you need to have addressed these 7 primitives. This is what I tell people who prefer something domain specific and direct instead of trying to map the domain in abstract formats like Atom and SOAP - square off those and you're 80% there in terms of format quality and robustness. -
Dare Obasanjo aka Carnage4Life - My Website is Bigger Than Your Enterprise
The funny thing about a lot of the people who claim to be 'Enterprise Architects' is that I've come to realize that they tend to seek complex solutions to relatively simple problems. How else do you explain the fact that web sites that serve millions of people a day and do billions of dollars in business a year like Amazon and Yahoo are using scripting languages like PHP and approaches based on REST to solve the problem of building distributed applications while you see these 'enterprise architect' telling us that you need complex WS-* technologies and expensive toolkits to build distributed applications for your business which has less issues to deal with than the Amazons and Yahoos of this world?
-
The unary ampersand in Ruby
There is lots of other stuff in this article that clarifies how blocks work, and some neat uses for them. But the big, huge takeway for me was that the early example with yield caused a dazzling, ginormous xenon HID lightbulb to go on over my head regarding what yield actually does and how it works in ruby.
-
Stevey's Blog Rants: Business Requirements are Bullshit
"You can look at any phenomenally successful company, and it's pretty obvious that their success was founded on building on something they personally wanted. The extent that any company begins to deviate from this course is the extent to which their ship starts taking on water. And the key leading indicator that they're getting ready to head off course? You guessed it: it's when they start talking about gathering business requirements."
-
Beanstalkd - Software - xph.us
beanstalkd is a fast, distributed, in-memory workqueue service. Its interface is generic, but was originally designed for use in reducing the latency of page views in high-volume web applications by running most time-consuming tasks asynchronously.
-
What does the word "Quality" mean?
it has few known defects in its current state, and we have high confidence that we will not discover defects in its current state over time, and additionally that we will not create further defects in it as we add to or alter its functionality in the normal course of maintaining this software.
Syndicate