Skip to content

Query regression on v0.7 standalone on Windows (compared with v0.6) #3461

Closed Answered by evenyag
zengfanlin asked this question in Q&A
Discussion options

You must be logged in to vote

We observe the same regression in v0.7 that enables an experimental memtable by default. I will address this issue in v0.7.1 or later. It might take some time.

You could switch to the old memtable via the configuration file:

[region_engine.mito.memtable]
# Memtable type.
# - "experimental": experimental memtable
# - "time_series": time-series memtable (deprecated)
type = "experimental"

Here is an example, you could add it to your configuration file.

[[region_engine]]

[region_engine.mito.memtable]
type = "time_series"

Note that you have to put [region_engine.mito.memtable] after the […

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@tisonkun
Comment options

@tisonkun
Comment options

@evenyag
Comment options

Answer selected by tisonkun
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants