Unix Technical Forum

Re: JDBC compressed stream

This is a discussion on Re: JDBC compressed stream within the pgsql Interfaces jdbc forums, part of the PostgreSQL category; --> Since you specifically asked about other solutions than the JDBC driver itself -- we use a middle tier which ...


Go Back   Unix Technical Forum > Database Server Software > PostgreSQL > pgsql Interfaces jdbc

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 04-15-2008, 11:20 PM
Kevin Grittner
 
Posts: n/a
Default Re: JDBC compressed stream

Since you specifically asked about other solutions than the JDBC driver
itself -- we use a middle tier which makes the JDBC requests. Clients
communicate with the middle tier through non-persistent queue-based JMS
(developed in-house) which can compress the message body. This works
well for us. If you run this middle tier on the database server, the
non-compressed data doesn't go "over the wire".

Alternatively, it would probably be less than a week's work to write a
JDBC driver which just forwarded the requests to a process which used
the postgres JDBC driver to hit the database. You would essentially
forward the requests and responses, with compression around those
portions which would benefit.

Just a couple quick ideas. Maybe it'll get you thinking in a direction
that will work even better for you.

-Kevin


>>> Javier <jgagis@gmail.com> 06/17/05 11:26 AM >>>


.. . .
Last question --> Anyone knows any other way to achieve compression
with other kind of solution???
.. . .


---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 08:48 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
www.UnixAdminTalk.com