Questions tagged with Amazon Quantum Ledger Database

Content language: English

Select up to 5 tags to filter
Sort by most recent

Browse through the questions and answers listed below or filter and sort to narrow down your results.

I am planning to use QLDB as registries of data integrity and verifiability. If I have 1 journal, and I am planning to use the journal for different groups, in which each group has its members. Let...
2
answers
0
votes
81
views
prs
asked a month ago
I've created an [issue (#216)](https://github.com/awslabs/amazon-qldb-driver-java/issues/216) on the GitHub repository requesting an update to its AWS SDK dependencies, however, it seems like it...
0
answers
0
votes
114
views
Sanste
asked 4 months ago
When I run an `UPDATE-SET` statement against one of my documents in QLDB using this statement: ```sql UPDATE Documents SET author = 'jkrowling', channel = 'dstv' WHERE docIdExt = 'newDocId' ``` The...
0
answers
0
votes
103
views
asked 5 months ago
The integer type in QLDB is defined as... https://docs.aws.amazon.com/qldb/latest/developerguide/ql-reference.data-types.html int Signed integers of arbitrary size ....arbitrary size....but running...
1
answers
0
votes
172
views
PK
asked 5 months ago
I am commiting several updates to several documents within one transaction. I use the transaction id to the request those documents which have been updated. If I commit an update with 3 changes to a...
1
answers
0
votes
254
views
asked a year ago
We have a table T with two indexed fields A and B. When we query the table using the following query, QLDB does a full table scan (by evidence of the IO stats and latency): ``` select * from T where...
1
answers
1
votes
273
views
Andrew
asked a year ago
So considering this post https://aws.amazon.com/blogs/industries/building-a-core-banking-system-with-amazon-quantum-ledger-database/ - We are processing a realtime transaction (means that user swiped...
0
answers
0
votes
75
views
asked a year ago
We are trying to create new ledgers in QLDB (Quantum Ledger Database) from a lambda within a vpc without internet access however the request is bouncing due to there not being a VPC endpoint for the...
1
answers
1
votes
349
views
asked a year ago
Hello, I'm trying perform connect to `AWS QLDB` using Django project However, I get an issue, once I add the following code `from pyqldb.driver.qldb_driver import QldbDriver` I get the issue `...
2
answers
0
votes
351
views
asked a year ago
Hello, Currently, I'm trying to build the finance/trading system based on QLDB. I want to go deeper into this topic. May I ask you if you have some AWS books/guides/courses/best practices (if I can...
1
answers
0
votes
504
views
asked a year ago
Dear Experts, Our use of the QLDN is programmatic via API endpoints, all CRUD Operations are done via the deployed API endpoint. Please we have a situation where we believe adding more fields in the...
1
answers
0
votes
356
views
asked 2 years ago
I created a QLDB stream with console But the record data contains unreadable characters And it doesn't look like it is in JSON format ![Unreadable...
1
answers
0
votes
453
views
asked 2 years ago
  • 1
  • 2
  • 12 / page