You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#141 Move "setuptools" package to build dependency.
#142: Support fast writes without waiting for WAL
persistence:
New write option (WriteOptions.no_sync) added: True value means faster write but without the confirmation that
the data was persisted. Default value: False.
Supported by self-managed InfluxDB 3 Core and Enterprise servers only!
Also configurable via environment variable (INFLUX_WRITE_NO_SYNC).
Long precision string values added from v3 HTTP API: "nanosecond", "microsecond", "millisecond", "second" ( in addition to the existing "ns", "us", "ms", "s").