Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否有任何选项可以将写入时间转换为时间戳,因为 scylla 以微秒为单位提供记录的写入时间。我想知道它何时以人类可读的格式写入数据库。所以请有人建议我如何实现这一目标。
类似的事情通常在您的客户端中使用您选择的编程语言完成。对于这些操作,CQL shell 有点受限(本质上)。
CQL shell 中有许多与日期相关的函数,但它们应该在 timeuuid 值中使用,而不是在查询结果中使用