Jason Pearson (baseball)

Jason John Pearson (born December 29, 1975) is a former professional baseball pitcher. He played in Major League Baseball (MLB) for the San Diego Padres in 2002 and the St. Louis Cardinals in 2003. Listed at 6 feet 0 inches (1.83 m) and 195 pounds (88 kg), he threw and batted left-handed.

Jason Pearson
Pitcher
Born: (1975-12-29) December 29, 1975
Freeport, Illinois
Batted: Left Threw: Left
MLB debut
June 4, 2002, for the San Diego Padres
Last MLB appearance
August 20, 2003, for the St. Louis Cardinals
MLB statistics
Win-Loss0–0
Earned run average23.62
Strikeouts4
Teams

Biography

Pearson attended Freeport High School in Freeport, Illinois, and Illinois State University.[1]

Pearson was signed as an undrafted free agent by the Florida Marlins in June 1998.[2] He played minor league baseball during 1998 and from 2001 to 2006; he played independent baseball in 1999, 2000, 2005, and from 2008 to 2010.[3] He appeared in 288 minor league games and 166 independent league games.

Pearson pitched in four major league games.[4] In June 2002, he made two relief appearances for the San Diego Padres, pitching a total of 1 23 scoreless innings while allowing one hit and striking out three batters.[5] In August 2003, he made two relief appearances for the St. Louis Cardinals, pitching a total of one inning while allowing seven runs on four hits and three walks while striking out one batter.[6] Overall, Pearson pitched 2 23 innings in the major leagues while allowing seven runs, for a 23.62 earned run average (ERA).[2]

gollark: Oops, it turns out I'm accidentally sorting by it instead of the rank, but it's equally slow after fixing that.
gollark: ```nonlocality=# EXPLAIN ANALYZE SELECT url, ts_rank(fts, query), ts_headline(fts::text, query, 'MaxWords=60') AS rank FROM pages, websearch_to_tsquery('bee') query WHERE fts @@ query ORDER BY rank LIMIT 1; QUERY PLAN ------------------------------------------------------------------------------------------------------------------------------------------------- Limit (cost=860.92..860.92 rows=1 width=96) (actual time=8506.425..8506.427 rows=1 loops=1) -> Sort (cost=860.92..861.05 rows=52 width=96) (actual time=8506.423..8506.425 rows=1 loops=1) Sort Key: (ts_headline((pages.fts)::text, query.query, 'MaxWords=60'::text)) Sort Method: top-N heapsort Memory: 25kB -> Nested Loop (cost=688.65..860.66 rows=52 width=96) (actual time=1.362..8505.403 rows=348 loops=1) -> Function Scan on websearch_to_tsquery query (cost=0.25..0.26 rows=1 width=32) (actual time=0.023..0.025 rows=1 loops=1) -> Bitmap Heap Scan on pages (cost=688.40..846.49 rows=52 width=142) (actual time=0.353..1.502 rows=348 loops=1) Recheck Cond: (fts @@ query.query) Heap Blocks: exact=231 -> Bitmap Index Scan on page_search_index (cost=0.00..688.39 rows=52 width=0) (actual time=0.320..0.320 rows=387 loops=1) Index Cond: (fts @@ query.query) Planning Time: 0.190 ms Execution Time: 8506.463 ms(13 rows)```
gollark: It's not a condition, it's an extra row on the output, and I can see exactly what it does via `EXPLAIN ANALYZE`.
gollark: Maybe I need a better full text search backend?!
gollark: This is apioform.

References

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.