Mengambil detail compaction dari sebuah tabel.
Coba sekarang
Test
RAM authorization
Sintaks permintaan
GET /dlf/v1/{catalogId}/databases/{database}/tables/{table}/compaction HTTP/1.1
Path Parameters
|
Parameter |
Type |
Required |
Description |
Example |
| catalogId |
string |
Yes |
ID catalog. |
clg-paimon-xxxx |
| database |
string |
Yes |
Nama database. |
database_name |
| table |
string |
Yes |
Nama table. |
table_name |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
Tidak ada parameter yang diperlukan.
Elemen respons
|
Element |
Type |
Description |
Example |
| TableCompaction |
Informasi compaction dari table tersebut. |
Contoh
Respons sukses
JSONformat
{
"catalogId": "clg-paimon-xxx",
"tableId": "tbl-xxx",
"lastCompactedFileTime": 1759111660075,
"cuUsage": 1,
"maxLevel0FileCount": "1",
"latencyFileEarliestTime": 1760321763633
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.