Torfeno Branishte

Torfeno Branishte (Bulgarian: Торфено бранище / ‘Turf Reserve’) is a nature reserve on Vitosha Mountain in Bulgaria, along with the Bistrishko Branishte reserve. The reserve has a surface area of 728.8 ha comprising the parts of Big Plateau and the Kapaklivets Plateau between the peaks of Cherni Vrah (2290 m), Ushite (1906 m), and Chernata Skala (1869 m), including the upper watersheds of the Vladayska, Boyanska and Dragalevska Rivers.

Torfeno Branishte (Turf Reserve), a natural reserve on Vitosha Mountain.
The upper part of Torfeno Branishte north of Cherni Vrah, with Lavcheto Peak (‘Small Lion’, 2052 m) on the right.
The lower northern part of Torfeno Branishte from Vrah Ushite (‘Ears Peak’); Cherni Vrah in the background.

Torfeno Branishte was created in 1935 to preserve the pristine turf communities in the Subalpine zone of Vitosha, with hundreds of moss and algae species. The turf surface is 0.6 to 2 m thick, increasing by 1 mm annually.

Access to the reserve is strictly forbidden because along with its conservation status Torfeno Branishte is also a drinking water catchment area.

Ecology

The constantly wet, acidic environment has contributed for the developing a unique ecosystem. The deeper parts of the reserve are covered in communities of Sphagnum Capillifolium, Sphagnum Warnstorfii, and other types of sphagnum. The territory is virtually treeless, with some shrub communities such as sallow, juniper and blueberry, and the occasional mountain pine. The ground flora consists mainly of plants from the family Cyperaceae. Gentiana, the red Aven, Geum coccineum, and Saxifraga Rotundifolia are also relatively common plants. It is also one of the few places in Bulgaria where one can see the rare native carnivorous plants - Pinguicula Balcanica, Drosera Rotundifolia, and two species of Utricularia, found in small ponds - Utricularia Minor and Utricularia Australis. On very rare occasions, visitors can see the bright yellow flowers of Trollius europaeus there. The fauna is rich, too. Deer, wolves, wild pigs, and, rarely, bears have been known to cross the reserve. On the higher parts, the very rare Spalax Leucodon can also be found.

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)```
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`.

See also

References

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