Softpedia
 


SCRIPTS CATEGORIES:



NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Orchard 1.6.1
  • Tine 2.0 Kristina 2013....
  • Acorn Media Player 1.8
  • ZenPen
  • Google Language Transla...
  • tTooltip 2.0
  • Obfuscate.js
  • validationJ 1.0.0
  • Starling 1.3
  • Video Sidebar Widgets 5.5
  • Home > Scripts > Database Tools

    PL/Proxy 2.4

    Download button


    Downloads: 479  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    Website:

    License / Price:

    Platforms:

    Databases:

    Language:

    Last Updated:

    Category:
    PL/Proxy Development Team | More scripts
    pgfoundry.org
    BSD License 

    Windows / Linux / Mac OS / BSD / Solaris
    PostgreSQL
    C/C++
    September 9th, 2012, 23:28 GMT [view history]
    C: \ Database Tools

     Read user reviews (0)  Refer to a friend  Subscribe

    PL/Proxy description

    A proxy language used for remote database procedure calls and data partitioning between databases based on hashing field values

    Main idea is that proxy function will be created with same signature as remote function to be called, so only destination info needs to be specified inside proxy function body.

    PostgreSQL must be installed for this to work.

    The language is similar to plpgsql - string quoting, comments, semicolon at the statements end.

    It contains only 4 statements: `CONNECT`, `CLUSTER`, `RUN` and `SELECT`.

    Each function needs to have either `CONNECT` or pair of `CLUSTER` + `RUN` statements to specify where to run the function.

    The `SELECT` statement is optional, if it is missing, there will be default query generated based on proxy function signature.

    The `RUN` statment is also optional, it defaults to `RUN ON ANY` which means the query will be run random partition.

    Here are some key features of "PL/Proxy":

    · PL/Proxy functions detect remote functions to be called from their own signature.
    · Function can be run on one, some or all members of the cluster.
    · If query is executed on several partitions, it will happen in parallel.
    · Queries are run in auto-commit mode on the remote server.
    · Query parameters are sent separately from query body, thus avoiding quoting/unquoting overhead on both sides.
    · If proxy and partition backend versions match, PL/Proxy tries to use binary I/O if possible.

    Limitations:

    · PL/Proxy launches connections into each part from each backend, so in heavy-duty environment is necessary to put pooler between PL/Proxy and partitions.

    What's New in This Release: [ read full changelog ]

    · Uses current_user instead session_user for authentication.



    TAGS:

    proxy language | PostgreSQL tool | query language | proxy | language | query

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM