|
|
77b9acc242
|
[Stmt] Add rowCount column to SHOW DATA stmt (#3676)
User can see the row count of all materialized indexes of a table.
```
mysql> show data from test;
+-----------+-----------+-----------+--------------+----------+
| TableName | IndexName | Size | ReplicaCount | RowCount |
+-----------+-----------+-----------+--------------+----------+
| test2 | r1 | 10.000MB | 30 | 10000 |
| | r2 | 20.000MB | 30 | 20000 |
| | test2 | 50.000MB | 30 | 50000 |
| | Total | 80.000 | 90 | |
+-----------+-----------+-----------+--------------+----------+
```
Fix #3675
|
2020-05-26 15:53:38 +08:00 |
|
|
|
ef8fd1fcbe
|
[Load] Support load json-data into Doris by RoutineLoad or StreamLoad (#3553)
Doris support load json-data by RoutineLoad or StreamLoad
|
2020-05-21 13:00:49 +08:00 |
|
|
|
f591976976
|
[Doc] Fix the incorrect docs (#3501)
|
2020-05-08 12:47:00 +08:00 |
|
|
|
54da5a491c
|
Fix delete statement doc display not correctly (#3445)
|
2020-05-01 19:20:00 +08:00 |
|
|
|
432965e360
|
[Enhancement] documents rebuild with Vuepress (#3408) (#3414)
|
2020-04-29 09:14:31 +08:00 |
|