Behrouz Pakniat
Behrouz Pakniat (Persian: بهروز پاکنیت, Tajik: Беҳрӯз Покният) is an Iranian professional footballer who last played for Khayr Vahdat FK.[1]
Personal information | |||
---|---|---|---|
Full name | Behrouz Pakniat | ||
Date of birth | September 21, 1977 | ||
Place of birth | Behbahan, Iran | ||
Playing position(s) | Midfielder | ||
Youth career | |||
1992–1993 | Abo Bargh Behbahan | ||
1993–1996 | Persepolis Behbahan | ||
1996–1997 | Pas Behbahan | ||
1997–1999 | Entezam Ahvaz | ||
Senior career* | |||
Years | Team | Apps | (Gls) |
1999–2000 | Foolad F.C. | ||
2000–2002 | Payam Mashhad F.C. | ||
2003–2004 | Shamoushak Noshahr F.C. | 22 | (2) |
2004–2006 | Bargh Shiraz | ||
2006–2007 | Sanaye Arak | ||
2007–2008 | Shahrdari Tabriz F.C. | ||
2008–2010 | Payam Mashhad F.C. | ||
2011 | Khayr Vahdat FK | ||
National team | |||
2001 | Iran U23 | ||
* Senior club appearances and goals counted for the domestic league only |
Club career
Pakniat played for Bargh Shiraz F.C. from 2003 to 2006.[2][3][4] He then played for Sanaye Arak F.C. from 2006. In 2010, he was playing for Payam Mashhad F.C..[5]
gollark: ```sqlnonlocality=# EXPLAIN ANALYZE SELECT url, ts_rank(fts, query) AS rank, ts_headline(fts::text, query, 'MaxWords=60') FROM pages, websearch_to_tsquery('bee') query WHERE fts @@ query ORDER BY rank LIMIT 1; QUERY PLAN -------------------------------------------------------------------------------------------------------------------------------------------------- Limit (cost=860.79..861.06 rows=1 width=96) (actual time=35935.590..35935.594 rows=1 loops=1) -> Result (cost=860.79..874.83 rows=52 width=96) (actual time=35935.587..35935.589 rows=1 loops=1) -> Sort (cost=860.79..860.92 rows=52 width=178) (actual time=35934.109..35934.111 rows=1 loops=1) Sort Key: (ts_rank(pages.fts, query.query)) Sort Method: top-N heapsort Memory: 25kB -> Nested Loop (cost=0.25..860.53 rows=52 width=178) (actual time=444.148..35932.932 rows=349 loops=1) Join Filter: (pages.fts @@ query.query) Rows Removed by Join Filter: 10272 -> Function Scan on websearch_to_tsquery query (cost=0.25..0.26 rows=1 width=32) (actual time=0.038..0.041 rows=1 loops=1) -> Seq Scan on pages (cost=0.00..728.95 rows=10495 width=142) (actual time=10.189..289.581 rows=10621 loops=1) Planning Time: 0.184 ms Execution Time: 35935.637 ms(12 rows)```
gollark: What? Why does it say it's doing a sequential scan now? Æ all is bee.
gollark: Slower, even.
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)```
External links
References
- ""Ҷаҳони варзиш": Легионерҳои футболи тоҷик". Радиои Озодӣ. Retrieved 7 December 2017.
- Administrator. "Rajabzadeh double extends Zob IPL leadership - PersianLeague.Com". www.persianleague.com. Retrieved 7 December 2017.
- http://www.middleeastexplorer.com/Iran/Iran-Pro-League-2004-05
- "Iran 2005/06". www.rsssf.com. Retrieved 7 December 2017.
- http://www.iranproleague.net/index.php/matchdate?id=19&displayresults=yes&badges_ondisplay=yes&venue_id=15
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.