Return-Path: owner-postman Received: from localhost.Berkeley.EDU (localhost.Berkeley.EDU [127.0.0.1]) by nobozo.CS.Berkeley.EDU (8.6.9/8.6.3) with SMTP id OAA17508 for postgres-redist; Thu, 11 Aug 1994 14:02:02 -0700 Resent-From: POSTGRES mailing list Resent-Message-Id: <199408112102.OAA17508@nobozo.CS.Berkeley.EDU> X-Authentication-Warning: nobozo.CS.Berkeley.EDU: Host localhost.Berkeley.EDU didn't use HELO protocol Sender: owner-postman@postgres.Berkeley.EDU X-Return-Path: owner-postman Received: from oahu.cs.ucla.edu (Oahu.CS.UCLA.EDU [131.179.128.12]) by nobozo.CS.Berkeley.EDU (8.6.9/8.6.3) with SMTP id OAA17498 for ; Thu, 11 Aug 1994 14:01:51 -0700 Received: by oahu.cs.ucla.edu (Sendmail 4.1/3.25) id AA21809; Thu, 11 Aug 94 14:01:44 PDT From: raj@CS.UCLA.EDU (Raj Vadakkencherry) Message-Id: <9408112101.AA21809@oahu.cs.ucla.edu> Subject: Errors while running Postgres To: postgres@postgres.Berkeley.EDU Date: Thu, 11 Aug 1994 14:01:43 -0700 (PDT) Cc: raj@CS.UCLA.EDU X-Mailer: ELM [version 2.4 PL21] Content-Type: text Content-Length: 1799 Resent-To: postgres-redist@postgres.Berkeley.EDU Resent-Date: Thu, 11 Aug 94 14:02:02 -0700 Resent-XMts: smtp Hi, We are trying to run postgres queries on a very large database and are beset with problems. The postgres backend process dies in the middle of the execution of some queries, reporting error messages like: 1. Fatal: No response from backend in PQExec 2. SearchSysCache: Called while cache disabled 3. Functions not present in .so file etc. (Some background: The queries are from the Sequoia 2000 benchmark tests. The software and the data on which the queries operate were provided to us by Paul Brown and Claire at Berkeley. If you are familiar with the above, the name of the particular program we are referring to is "run_complete" -- it loads the database with points, polygons and islands data, and executes queries using LIBPQ calls) The programs were compiled in the SUN Solaris environment. The version of Postgres is 4.2. The database is large - approx. 80 MBytes. Here is a sample of some queries and error messages: Query sent to backend is "retrieve (polygons.location) where (size(polygons.loca tion) > "1014420.0"::float8) and (make_circle("(-1704753, -581511)"::point, "317 0.0"::float8) <|> polygons.location) "^M WARN:Aug 10 17:40:19:pg_procnameind: cannot extend^M ^M Query sent to backend is "retrieve (polygons.landuse, polygons.location) where ( polygons.location && make_box(gpoints.location,"5000.0"::float8)) and (gpoints.n ame = "Zaca Ridge") "^M WARN:Aug 10 17:40:19:SearchSysCache: Called while cache disabled^M ^M Query sent to backend is "retrieve into Query10 (gpoints.name, gpoints.location) where (gpoints.location @ polygons.location) and (polygons.landuse = 91) "^M WARN:Aug 10 17:40:19:SearchSysCache: Called while cache disabled^M Any help or suggestions to correct the problems will be greatly appreciated. Thanks, Raj. ============================================================================== To add/remove yourself to/from the POSTGRES mailing list: send mail with the subject line ADD or DEL to "postgres-request@postgres.Berkeley.EDU" If this fails, send mail to "post_questions@postgres.Berkeley.EDU" and a human will deal with it. DO NOT post to the "postgres" mailing list. ==============================================================================