Show HN: 1M rows/s from Postgres to Python
1–10 of 94 posts
Re: Show HN: 1M rows/s from Postgres to Python
#2Re: Show HN: 1M rows/s from Postgres to Python
#3asyncpg was developed by @redcrowbar and me. Ask us anything ;)
Looks fantastic anyway!
Re: Show HN: 1M rows/s from Postgres to Python
#4Re: Show HN: 1M rows/s from Postgres to Python
#5asyncpg was developed by @redcrowbar and me. Ask us anything ;)
I didn't know about uvloop, that's a cool project:
Re: Show HN: 1M rows/s from Postgres to Python
#6asyncpg was developed by @redcrowbar and me. Ask us anything ;)
Re: Show HN: 1M rows/s from Postgres to Python
#7Re: Show HN: 1M rows/s from Postgres to Python
#8asyncpg was developed by @redcrowbar and me. Ask us anything ;)
Does this automatically escape/convert things like datetimes in a query or does that need to be done separately? The docs are a little sparse on details. Looks fantastic anyway!
Re: Show HN: 1M rows/s from Postgres to Python
#9asyncpg was developed by @redcrowbar and me. Ask us anything ;)
Great work, thanks for sharing. Very impressive speed. I didn't know about uvloop, that's a cool project: http://magic.io/blog/uvloop-blazing-fast-python-networking/
Re: Show HN: 1M rows/s from Postgres to Python
#10asyncpg was developed by @redcrowbar and me. Ask us anything ;)
May be I am reading the benchmarks wrong, but does it mean I can get a 2x speedup in my end to end query execution from moving from aiopg to asynpg alone without any server side changes or query optimizations?