6 citations found. Retrieving documents...
Claire Mosher.: Postgres Reference Manual, version 4. Electronics Research Laboratory, University of California, Berkeley, CA-94720 (1992) No. UCB/ERL M92/85

 Home/Search   Document Not in Database   Summary   Related Articles   Check  

This paper is cited in the following contexts:
Efficient Organization of Large Multidimensional Arrays - Sarawagi, Stonebraker (1994)   (61 citations)  (Correct)

....rest of the tuple. postgres tuples cannot span pages, so the entire array must be smaller than the page size (currently 8KB) The data field in this case is used to store the array elements contiguously in their respective internal representation ffl Store the array as a postgres large object [Mos92] and keep a pointer to the large object in the data field of the array structure. The large object interface in postgres provides a file oriented access to data that span multiple pages. This implies that the only limit on the size of an array is the maximum object size ( 17 Tbytes) A bit in the ....

Claire Mosher. Postgres Reference Manual, version 4.0. Electronics Research Laboratory, University of California, Berkeley, CA-94720, 1992. No. UCB/ERL M92/85.


Implementing Generalized Transitive Closure in the Paradise.. - Nag (1995)   (Correct)

....chemical might flow into. 1.3 The State of the Art None of the commercially available DBMS s support transitive closure. Perhaps one of the reasons for this is the lack of standard query languages which can express transitive closure. It is only recently that languages like SQL3 [4] and POSTQUEL [5] have been proposed to handle these queries. Among DBMS s, POSTGRES and Illustra claim to be close to achieving the goal of implementing transitive closure, but there have not been any published results. There are a number of experimental systems though, which support general recursive queries. ....

Mosher C., The POSTGRES Version 4.0 Reference Manual, Electronics Research Laboratory, University of California, Berkeley, July 1992.


Efficient Organization of Large Multidimensional Arrays - Sunita Sarawagi (1994)   (61 citations)  (Correct)

....the rest of the tuple. Postgres tuples cannot span pages, so the entire array must be smaller than the page size (currently 8KB) The data field in this case is used to store the array elements contiguously in their respective internal representation Store the array as a Postgres large object [MOS92] and keep a pointer to the large object in the data field of the array structure. The large object interface in Postgres provides a file oriented access to data that span multiple pages. This implies that the only limit on the size of an array is the maximum object size ( 17 Tbytes) A bit in ....

Claire Mosher. Postgres Reference Manual, version 4.0. Electronics Research Laboratory, University of California, Berkeley, CA-94720, 1992. No. UCB/ERL M92/85.


Predicate Migration: Optimizing Queries with Expensive.. - Hellerstein, Stonebraker (1993)   (80 citations)  (Correct)

....to correctly estimate the cost and selectivity of predicates containing these functions, at least not initially. 1 In this section we extend the POSTGRES function definition syntax to capture a function s expense. Selectivity modeling for user defined operators in POSTGRES has been described in [Mos90] To introduce a function to POSTGRES, a user first writes the function in C and compiles it, and then issues Postquel s define function command. To capture expense information, the define function command accepts a number of special flags, which are summarized in Table 1. The cost of a ....

Claire Mosher (ed.). The POSTGRES Reference Manual, Volume 2. Technical Report M90/53, Electronics Research Laboratory, University of California, Berkeley, July 1990.


Predicate Migration: Optimizing Queries with Expensive Predicates - Hellerstein (1992)   (80 citations)  (Correct)

....to correctly estimate the cost and selectivity of predicates containing these functions, at least not initially. 1 In this section we extend the POSTGRES function definition syntax to capture a function s expense. Selectivity modeling for user defined operators in POSTGRES has been described in [Mos90] To introduce a function to POSTGRES, a user first writes the function in C and compiles it, and then issues Postquel s define function command. To capture expense information, the define function command accepts a number of special flags, which are summarized in Table 1. The cost of a predicate ....

Claire Mosher (ed.). The POSTGRES Reference Manual, Volume 2. Technical Report M90/53, Electronics Research Laboratory, University of California, Berkeley, July 1990.


Using A Network of workstations to enhance Database Query.. - Haddad, Robinson (2001)   (Correct)

No context found.

Claire Mosher.: Postgres Reference Manual, version 4. Electronics Research Laboratory, University of California, Berkeley, CA-94720 (1992) No. UCB/ERL M92/85

Online articles have much greater impact   More about CiteSeer.IST   Add search form to your site   Submit documents   Feedback  

CiteSeer.IST - Copyright Penn State and NEC