Provide a way to clear the prepared statement metadata

Description

If the table schema changes, it can be useful to clear the metadata of the prepared statements, specially for select * (star) queries.

The easiest approach would be something like client.metadata.clearPrepared()

A more smart (maybe too smart) would be to use the cassandra schema change events and clear the corresponding prepared statement metadata.

Environment

None

Pull Requests

None

Affects versions

None

Fix versions

Activity

Show:
Done

Details

Assignee

Reporter

Priority

Created November 4, 2014 at 9:15 AM
Updated February 9, 2015 at 9:11 AM
Resolved February 9, 2015 at 9:11 AM