Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Issue in Client-side Timestamps #95

Open
fee-mendes opened this issue Jul 8, 2024 · 0 comments
Open

docs: Issue in Client-side Timestamps #95

fee-mendes opened this issue Jul 8, 2024 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@fee-mendes
Copy link
Member

In https://raw.githubusercontent.com/scylladb/cpp-driver/master/topics/basics/client_side_timestamps/README.md we say:

(...) By default, timestamps are assigned by the driver on the client-side. This behavior can be overridden by configuring the driver to use a timestamp generator or assigning a timestamp directly to a CassStatement or CassBatch.

It is not clear exactly what this means. In particular, if the default behavior is to assign timestamps on the client-side, then overriding that behavior would be basically NOT using a timestamp generator or - of course - assigning a timestamp manually to an statement.

Here's the same sentence from Datastax CPP docs:

By default, timestamps are assigned by Cassandra on the server-side. This behavior can be overridden by configuring the driver to use a timestamp generator or assigning a timestamp directly to a CassStatement or CassBatch.

In this case the sentence is semantically correct.

@annastuchlik

@mykaul mykaul added the documentation Improvements or additions to documentation label Jul 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants