我可以从Python中创建没有问题的表,但是当我调用SELECT create_hypertable(test_table1, time)时它会抛出一个错误。CREATE TABLE test_table1 (time TIMESTAMP NOT NULL, name CHAR(100) NOT NULL")错误:
2018-03-05 11:45:36,901 Ma
Mutator和共享Mutator的区别是什么?在共享Mutator的规范中,它声明:
WARNING: Shared mutators sacrifice write durability guarantee because they buffer and flush mutations on a periodic time interval and the set_ methods return without knowing if the mutations succeed