Re: Graphical explain
require($_SERVER['DOCUMENT_ROOT']."/includes/top_config.php");
?>
Re: Graphical explain
A.j. Langereis wrote:
Dear all,
Would it be possible to have to different symbols for index scans and
sequence scans? Just like there is a different symbol for bitmap scans..
Generally speaking yes; would you provide images?
Currently, bitmap scans aren't recognized, and thus shown as unknown
(question mark).
Ideally, we'd need these images:
- Seq Scan
- Index Scan
- Bitmap Index Scan
- Bitmap Heap Scan
- Tid Scan
Regards,
Andreas
Home |
Main Index |
Thread Index