Skip to content

Improve stored procedures performance #4

@sanketsarang

Description

@sanketsarang

Today stored procedures communicate with the database using a TCP connection over the LAN. This connection is typically over localhost and is hence fast, but some time in lost in serialising and deserialising data over the TCP protocol. To get utmost performance, since the stored procedures are loaded as Java code, they should be able to invoke DB functions (like fire a SQL query) using Java reflection. This bypasses any TCP connection requirements and would be the utmost use of available hardware.

Bounty: $300 (Read contributors agreement)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions