[
https://issues.apache.org/jira/browse/IGNITE-12467?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17359293#comment-17359293
]
Ivan Daschinsky edited comment on IGNITE-12467 at 6/9/21, 6:48 AM:
-------------------------------------------------------------------
Some benchmark results, microseconds per task by coroutines batch size
i.e.
{code:python}
async def put_task():
.....
asyncio.gather(*[put() for i in range(batch_sz)])
{code}
!get_bytearray_1k.png!
!put_bytearray_1k.png! !get_bytearray_1mb.png! !put_bytearray_1mb.png!
was (Author: ivandasch):
Some benchmark results
!get_bytearray_1k.png!
!put_bytearray_1k.png! !get_bytearray_1mb.png! !put_bytearray_1mb.png!
> Python Thin Client Support for Transactions
> -------------------------------------------
>
> Key: IGNITE-12467
> URL: https://issues.apache.org/jira/browse/IGNITE-12467
> Project: Ignite
> Issue Type: New Feature
> Components: python, thin client
> Reporter: Robert Emanuele
> Assignee: Ivan Daschinsky
> Priority: Major
> Labels: iep-34
> Fix For: python-0.5.0
>
> Attachments: get_bytearray_1k.png, get_bytearray_1mb.png,
> put_bytearray_1k.png, put_bytearray_1mb.png
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> I see that https://issues.apache.org/jira/browse/IGNITE-9410 is marked as
> resolved but I have not seen the changes in the python thin client, pyignite.
> Am I looking in the wrong place
> ([https://github.com/apache/ignite/tree/master/modules/platforms/python]), or
> is there more work to do?
> If there is more work, are there changes that I can port?
--
This message was sent by Atlassian Jira
(v8.3.4#803005)