hariprasadraja
10/1/2019 - 4:09 PM

sql explain about the query execution

get details about a table

EXPLAIN SELECT * FROM [table];


-- |QUERY PLAN|
-- |----------|
-- |XN Seq Scan on [table]  (cost=0.00..84.47 rows=8447 width=6420)|