| From: | Ronan Dunklau <rdunklau(at)gmail(dot)com> |
|---|---|
| To: | pgsql-general(at)postgresql(dot)org |
| Subject: | First "beta" of multicorn FDW on pgxn |
| Date: | 2011-11-03 16:57:15 |
| Message-ID: | CAJWq4=b_KE+Qdzb6AsqtxyeMgofYOcY=j3_kp-PaJJYzWs5VZA@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
Hello.
I just uploaded a first version of our multicorn foreign data wrapper:
http://pgxn.org/dist/multicorn/0.0.3/
Homepage for the project is at http://multicorn.org.
It provides python bindings for foreign data wrapper through a minimalist
interface.
It is not safe (any python module could be called by a server) and not
production ready.
The following features are supported:
- Push where clauses to the python backend when possible
- Push declared columns to the python backend
- Manages the following postgresql/python types (and their corresponding
arrays):
- unicode -> varchar
- string -> bytea
- datetime/date -> timestamp/date
- dict -> hstore
- numeric -> float
- integer -> int
- User mapping are supported and appear to the python backend as regular
table options
- Some python foreign data wrappers implementation are provided, more as a
proof of concept than anything else.
If anyone has the time and/or interest to give some feedback, it would be
greatly appreciated.
--
Ronan Dunklau
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Robert Treat | 2011-11-03 17:59:37 | Re: Recommendations for SSDs in production? |
| Previous Message | Alex Lai | 2011-11-03 16:21:55 | Re: Performance issue during multiple insertions |