LFC

Results 78 comments of LFC

Running into the same problem here, any updates?

Looks like I'm not the only one got confused, haha. As quoted: "Implementing this is basically as simple as swapping the Mutex for RwLock." Well, IT IS NOT! We need...

I'm afraid column alternation is not an easy task. @evenyag can you confirm that?

@fredrikIOT Can you share the SQL of creating table "location1"?

wait for https://github.com/GreptimeTeam/greptimedb/pull/3661

For the new REPL, I think we can simply support these two features: 1. connect to Frontend only, and 2. submit SQLs. In this way, we'll get a cli client...

I'm not going to create a new query engine here, just trying to get rid of the unnecessary ser/de by substrait in standalone mode. It's like a ”surgical" refactor: just...

yes to the best of my knowledge

@TheWaWaR Thx for your interest. It's not about security. It's a configuration on request/response's size limit in Tonic that should be considered. I think the service level limitation is enough.