python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Clear prepared statement cache in AWS Keyspaces on table definition change
Is there an easy way to clear prepared statement cache in AWS Keyspaces?
Traditional tricks used on manual cassandra nodes cannot be used in the AWS Cloud.
In Cassandra, if the table definition change...
zenbeni
Votes: 0
Answers: 0
Is it possible to drop a column from AWS Keyspaces table?
I need to write roll-in and roll-back scripts for AWS Keyspaces. Roll-in is
ALTER TABLE my_table ADD (
next_value_1 double,
next_value_2 double,
);
What roll-back script should be? According to w...
Yura
Votes: 0
Answers: 1