Haleema Khan
Haleema Khan
Hi @jwokaty I see this PR is still open. Do you want me to close it?
Another follow up to this question I tried to do the same in another java app and i face the same issue. ``` try (ResultSet rs = client.sql().execute(null, "SELECT id...
Everytime. Someone on [stackoverflow ](https://stackoverflow.com/questions/79625084/apache-ignite-3-0-read-data-from-ignite-via-c-client)suggested to increase the transaction timeout like ` Transaction tx = client.transactions().begin(new TransactionOptions().readOnly(true).timeoutMillis(1000000)); ` This has seemed to work for now and I can read data.
I still cant seem to read data with the cpp app.
Thank you. Yep the same. On java end i can read and write but with cpp , I am still struggling. It seems to happen when i pass a really...
Hello I have been going through the Apache ignite 3 documentation for a few days now? This is also my first time with apache ignite in general. Is the version...
Thank you for your response. Can I still use Apache ignite 3.0.0 to acheive a similar usecase(I want to store text and xml files in ignite with an identifier) without...
@ptupitsyn Thank you for your response. When the length of the file(text or XML data) exceeds 65536(max length). I get error which led me to conclude that trying to store...