Explore how you can quickly prepare for, respond to, and recover from security events. Learn more.
All Content tagged with Amazon Keyspaces
Amazon Keyspaces (for Apache Cassandra) is a scalable, highly available, and managed Apache Cassandra–compatible database service.
Content language: English
Select up to 5 tags to filter
Sort by most recent
34 results
Hi,
I see that AWS Keyspaces is not listed under services in scope for compliance? Why is this and will this be changing?
https://aws.amazon.com/compliance/services-in-scope/
Thanks,
...
We are using a python3 lambda function to write fairly high volumes of data to keyspaces (probably 10,000 writes/s).
I have tried keyspaces in both provisioned (10,000 read/write provisioned) and...
I have created a keyspace and tables via the AWS Console, and inserted some sample data via the console CQL editor, but I can't appear to access them via the Java API.
I have successfully configu...
We're migrating some existing code to AWS Keyspaces, some of it relies on the IN keyword.
Queries are failing with "IN is not yet supported".
Will this functionality be added in the future ?
...
Hi,
looks like frozen nested collection are not supported on AWS keyspaces.
Is there any documentation about this issue anywhere?
I could not find it in the AWS keyspaces - Apache cassandr...
** <b>AWS Update:</b> Keyspaces now supports TTL: https://aws.amazon.com/blogs/database/announcing-amazon-keyspaces-time-to-live-ttl-general-availability/ **
I am seeing an internal error returrn...
Running a Cassandra cluster on Kubernetes and is considering a move to Keyspaces.
It is unclear on how to export the data from the existing cluster and import it into Keyspaces?
Would they just us...
I started to evaluate Amazon Keyspaces and checked available metrics in Cloudwatch related to this service. I found several metrics about used and provisioned capacity units, read and write counts and...
In provisioned capacity mode, does writing a single row per second with less than 1KB of data use an entire WCU?
More concretely, if I write 10 rows, each with 50 bytes, per second have I used an ...
In eu-north-1 (Stockholm) MCS
```
UPDATE tbl SET field='ABC' WHERE other_field='DEF';
InvalidRequest: Error from server: code=2200 [Invalid query] message="Consistency level ONE is not supported fo...