dennis zhuang
dennis zhuang
> > Expect read-after-write like other insertion operations. > > My plan is to add a `version` field to the `scripts` table (or use `gmt_modified`, but I'm not sure if...
> I have browsed the documentation and found Metasrv Distributed Lock. Perhaps it can be used to ensure atomicity when updating. The likelihood of concurrent updates to the same script...
@v0y4g3r Assign a doc task to you. https://github.com/GreptimeTeam/docs/issues/1009 We need a detailed document to describe the compaction, it's a critical task for GreptimeDB.
The related MySQL documents: * https://dev.mysql.com/doc/refman/8.0/en/show.html * https://dev.mysql.com/doc/refman/8.0/en/extended-show.html I'll implement the extensions to the show statement for information_schema in 0.7
I'll implement the below show statements: ```sql SHOW CHARACTER SET SHOW COLLATION SHOW COLUMNS SHOW DATABASES SHOW FUNCTION STATUS SHOW INDEX SHOW OPEN TABLES SHOW PROCEDURE STATUS SHOW STATUS SHOW...
> Navicat will submit "show status" and "show table status" upon connection. `show status` looks working but returns empty: ```sql mysql> show status; Empty set (0.03 sec) ``` I'll implement...
@discord9 I think we can close this issue right now. The next iteration could start with a new issue. What do you think?
Tracking issues: * [x] create view #3807 * [x] query view #3952 * [x] view columns #4086 * [x] drop view https://github.com/GreptimeTeam/greptimedb/pull/4231 * [x] show create view #4086 * [x]...
@WenyXu Looks like we can close this issue.