Table with Org markup where the markup is ignored
Description/Summary
QueryID SQL Text Query Time (Seconds) Query Time Hot (Seconds) Q0 SELECT cab_type, count(*) FROM trips_log GROUP BY cab_type; 10.14 11.57 Q1 SELECT passenger_count, avg(total_amount) FROM trips_log GROUP BY passenger_count; 12.00 6.27 Q2 SELECT passenger_count, toYear(pickup_datetime) AS year, count(*) FROM trips_log GROUP BY passenger_count, year; 10.45 7.23 Q3 SELECT passenger_count, toYear(pickup_datetime) AS year, round(trip_distance) AS distance, count(*) FROM trips_log GROUP BY passenger_count, year, distance ORDER BY year, count(*) DESC; 13.
Content
| QueryID |
SQL Text |
Query Time (Seconds) |
Query Time Hot (Seconds) |
|
|
|
|
| Q0 |
SELECT cab_type, count(*) FROM trips_log GROUP BY cab_type; |
10.14 |
11.57 |
| Q1 |
SELECT passenger_count, avg(total_amount) FROM trips_log GROUP BY passenger_count; |
12.00 |
6.27 |
| Q2 |
SELECT passenger_count, toYear(pickup_datetime) AS year, count(*) FROM trips_log GROUP BY passenger_count, year; |
10.45 |
7.23 |
| Q3 |
SELECT passenger_count, toYear(pickup_datetime) AS year, round(trip_distance) AS distance, count(*) FROM trips_log GROUP BY passenger_count, year, distance ORDER BY year, count(*) DESC; |
13.03 |
10.80 |
Page (Debug)
Page Params (Debug)
| Key | Type | Value |
| draft | bool |
false
|
| iscjklanguage | bool |
false
|
| lastmod | time.Time |
2022-01-03 16:52:29 -0500 -0500
|
| title | string |
"Table with Org markup where the markup is ignored"
|
File Object (Debug)
| FileInfo Variable | Value |
| UniqueID |
"ba788459290143041038c393fac269cc"
|
| BaseFileName |
"export-without-emphasize"
|
| TranslationBaseName |
"export-without-emphasize"
|
| Lang |
"en"
|
| Section |
"posts"
|
| LogicalName |
"export-without-emphasize.md"
|
| Dir |
"posts/"
|
| Ext |
"md"
|
| Path |
"posts/export-without-emphasize.md"
|