hehe
22 posts


@FrancoisMassot @OnlyXuanwo @fulmicoton @liurenjie1024 @manjushaga @Quickwit_Inc @DatabendLabs @NucliaAI @lancedb @paradedb @MyScaleDB Beijing welcomes you!
English

@OnlyXuanwo @fulmicoton @liurenjie1024 @manjushaga @Quickwit_Inc @DatabendLabs @NucliaAI @lancedb @paradedb @MyScaleDB We have some large users in China, and I really want to go there to meet them, hopefully this year!
English

.@Quickwit_Inc 的 tantivy library 养活了多少个数据库公司😂,几乎是新一代文本搜索的标准了 @DatabendLabs @NucliaAI @lancedb @paradedb @MyScaleDB




中文

@ClickHouseDB I want to know how to forcibly end a query,I have a query that took thousands of seconds to execute, using kill query_ Ii cannot be terminated
English

Learn how to query individual DataFrames, how to join them together, and how to generate a new DataFrame from the results. All with the power of ClickHouse and chDB
clickhouse.com/videos/queryin…
English

I ask companies using tantivy to send me a quote to put on quickwit.io.
People usually reply in a day. It is free, it helps the project and it is good PR for everyone.
Today, for the first time a company refused: @etsy. It is our heaviest user. They had job postings with tantivy listed in it.
GIF
English


@hehe18898613 @Etsy This is not exactly the best place to have this discussion. Can you join our discord? discord.quickwit.io
English

@fulmicoton @Etsy Which service is it for modifying source data (such as modifying checkpoint information, file location information, and kafka location information)? Indexer service? Metatore service?
English

Today, if you need availability yes. If you can live with waiting for the metastore service to restart when it fails, then no.
There are no tools today to migrate your existing metastore from s3 to postgreSQL.
We can build one for you but this won't be free.
We can also build an available metastore on S3, but again, this won't be free.
English

@fulmicoton @Etsy this is my metastore config: metastore_uri: s3://quickwit/meta Do I have to switch to postgreSQL? If the metastore service crashes, will the cluster be unable to index and search normally
Also, what do I need to do to migrate metastore from s3 to postgreSQL
English

Janitor can fail without any problem.
Control plane needs to be restarted, but the cluster will continue searching and indexing while they are not there. If you are on K8s the pod restarting somewhere will do the job.
Source data you mean metastore?
Today the metastore has to be postgres if you want your cluster to be available.
English

@fulmicoton @Etsy My main concern is that these node failures may cause the cluster to become unavailable, and my source data is stored in s3. So, I can't deploy multiple nodes anymore
English

@hehe18898613 @Etsy This is a strange thread to ask your question.
The control plane and the janitor must be unique.
The metastore must be unique IFF you are using the file based metastore.
You can have several metastore if you use the postgres metastore.
English

@JeanMertz @vectordotdev Dynamic configuration is not supported on sinks option?
English

@JeanMertz @vectordotdev this is my event content:
{“start_time":"2022-09-05 10:07:00","tab":"media_stat","window_end_time……}
English

@vectordotdev the VRL not have the function format_int_to_timestamp?
like this
source:1656072405
return:2022-06-24 12:06:45
English

@JeanMertz @vectordotdev when i configured: dynamic_option = “table ={{ta}}”
i got :Configuration error. error=unknown field `dynamic_option`, expected one of `endpoint`, `table`, `database`, `skip_unknown_fields`, `compression`, `encoding`, `batch`, `auth`, `request`, `tls`, `acknowledgements` for key x
English

@JeanMertz @vectordotdev when vertor is started ,i saw some information in console:
headers={"date": "Wed, 29 Jun 2022 06:40:26 GMT", "connection": "Keep-Alive", "content-type": "text/plain; charset=UTF-8”, This is eight hours less than I expected
English


@JeanMertz @vectordotdev sink :clickhouse, Where can I set the time zone,because id add a field:.insert_time = format_timestamp!(now(),format:"%Y-%m-%d %H:%M:%S”),The actual time(function:now() is :2022-06-27 18:59:42 but after insert database, i saw : 2022-06-27 10:59:42?look forward to your reply
English

@hehe18898613 @vectordotdev What you see is the VRL REPL. It is built into the "vector" binary. Type "vector vrl" to use it. vector.dev/download/
English

@JeanMertz @vectordotdev now :
i tried like this:
to_int!(slice!(to_string!(.data.created_time),start:0,end:-3))
and it work ok!, I don't think it's very smart
English


