|
240 | 240 | "type": "cli-command", |
241 | 241 | "items": [ |
242 | 242 | { |
243 | | - "id": "supabase-inspect-db-calls", |
244 | | - "title": "Show most frequently run queries", |
245 | | - "slug": "supabase-inspect-db-calls", |
246 | | - "type": "cli-command" |
247 | | - }, |
248 | | - { |
249 | | - "id": "supabase-inspect-db-long-running-queries", |
250 | | - "title": "Show long running queries", |
251 | | - "slug": "supabase-inspect-db-long-running-queries", |
252 | | - "type": "cli-command" |
253 | | - }, |
254 | | - { |
255 | | - "id": "supabase-inspect-db-outliers", |
256 | | - "title": "Show queries ordered by total execution time", |
257 | | - "slug": "supabase-inspect-db-outliers", |
| 243 | + "id": "supabase-inspect-db-bloat", |
| 244 | + "title": "Show estimated database bloat", |
| 245 | + "slug": "supabase-inspect-db-bloat", |
258 | 246 | "type": "cli-command" |
259 | 247 | }, |
260 | 248 | { |
|
264 | 252 | "type": "cli-command" |
265 | 253 | }, |
266 | 254 | { |
267 | | - "id": "supabase-inspect-db-locks", |
268 | | - "title": "Show queries taking exclusive locks", |
269 | | - "slug": "supabase-inspect-db-locks", |
| 255 | + "id": "supabase-inspect-db-calls", |
| 256 | + "title": "Show most frequently run queries", |
| 257 | + "slug": "supabase-inspect-db-calls", |
270 | 258 | "type": "cli-command" |
271 | 259 | }, |
272 | 260 | { |
273 | | - "id": "supabase-inspect-db-total-index-size", |
274 | | - "title": "Show total size of all indexes", |
275 | | - "slug": "supabase-inspect-db-total-index-size", |
| 261 | + "id": "supabase-inspect-db-db-stats", |
| 262 | + "title": "Show statistics related to database usage", |
| 263 | + "slug": "supabase-inspect-db-db-stats", |
276 | 264 | "type": "cli-command" |
277 | 265 | }, |
278 | 266 | { |
279 | | - "id": "supabase-inspect-db-index-sizes", |
| 267 | + "id": "supabase-inspect-db-index-stats", |
280 | 268 | "title": "Show sizes of individual indexes", |
281 | | - "slug": "supabase-inspect-db-index-sizes", |
282 | | - "type": "cli-command" |
283 | | - }, |
284 | | - { |
285 | | - "id": "supabase-inspect-db-index-usage", |
286 | | - "title": "Show information about index efficiency", |
287 | | - "slug": "supabase-inspect-db-index-usage", |
288 | | - "type": "cli-command" |
289 | | - }, |
290 | | - { |
291 | | - "id": "supabase-inspect-db-unused-indexes", |
292 | | - "title": "Show indexes with low usage", |
293 | | - "slug": "supabase-inspect-db-unused-indexes", |
294 | | - "type": "cli-command" |
295 | | - }, |
296 | | - { |
297 | | - "id": "supabase-inspect-db-total-table-sizes", |
298 | | - "title": "Show total size of all tables", |
299 | | - "slug": "supabase-inspect-db-total-table-sizes", |
300 | | - "type": "cli-command" |
301 | | - }, |
302 | | - { |
303 | | - "id": "supabase-inspect-db-table-sizes", |
304 | | - "title": "Show sizes of individual tables", |
305 | | - "slug": "supabase-inspect-db-table-sizes", |
| 269 | + "slug": "supabase-inspect-db-index-stats", |
306 | 270 | "type": "cli-command" |
307 | 271 | }, |
308 | 272 | { |
309 | | - "id": "supabase-inspect-db-table-index-sizes", |
310 | | - "title": "Show index sizes of individual tables", |
311 | | - "slug": "supabase-inspect-db-table-index-sizes", |
312 | | - "type": "cli-command" |
313 | | - }, |
314 | | - { |
315 | | - "id": "supabase-inspect-db-cache-hit", |
316 | | - "title": "Show cache hit rates for tables and indices", |
317 | | - "slug": "supabase-inspect-db-cache-hit", |
| 273 | + "id": "supabase-inspect-db-locks", |
| 274 | + "title": "Show queries taking exclusive locks", |
| 275 | + "slug": "supabase-inspect-db-locks", |
318 | 276 | "type": "cli-command" |
319 | 277 | }, |
320 | 278 | { |
321 | | - "id": "supabase-inspect-db-table-record-counts", |
322 | | - "title": "Show estimated number of rows per table", |
323 | | - "slug": "supabase-inspect-db-table-record-counts", |
| 279 | + "id": "supabase-inspect-db-long-running-queries", |
| 280 | + "title": "Show long running queries", |
| 281 | + "slug": "supabase-inspect-db-long-running-queries", |
324 | 282 | "type": "cli-command" |
325 | 283 | }, |
326 | 284 | { |
327 | | - "id": "supabase-inspect-db-seq-scans", |
328 | | - "title": "Show number of sequential scans for all tables", |
329 | | - "slug": "supabase-inspect-db-seq-scans", |
| 285 | + "id": "supabase-inspect-db-outliers", |
| 286 | + "title": "Show queries ordered by total execution time", |
| 287 | + "slug": "supabase-inspect-db-outliers", |
330 | 288 | "type": "cli-command" |
331 | 289 | }, |
332 | 290 | { |
|
336 | 294 | "type": "cli-command" |
337 | 295 | }, |
338 | 296 | { |
339 | | - "id": "supabase-inspect-db-role-connections", |
| 297 | + "id": "supabase-inspect-db-role-stats", |
340 | 298 | "title": "Show number of active connections", |
341 | 299 | "slug": "supabase-inspect-db-role-connections", |
342 | 300 | "type": "cli-command" |
343 | 301 | }, |
344 | 302 | { |
345 | | - "id": "supabase-inspect-db-bloat", |
346 | | - "title": "Show estimated database bloat", |
347 | | - "slug": "supabase-inspect-db-bloat", |
| 303 | + "id": "supabase-inspect-db-table-stats", |
| 304 | + "title": "Show sizes of individual tables", |
| 305 | + "slug": "supabase-inspect-db-table-stats", |
| 306 | + "type": "cli-command" |
| 307 | + }, |
| 308 | + { |
| 309 | + "id": "supabase-inspect-db-traffic-profile", |
| 310 | + "title": "Show read / write activity ratio for tables", |
| 311 | + "slug": "supabase-inspect-db-traffic-profile", |
348 | 312 | "type": "cli-command" |
349 | 313 | }, |
350 | 314 | { |
|
0 commit comments