1849 in architecture
The year 1849 in architecture involved some significant events.
| |||
---|---|---|---|
Buildings and structures
|
Buildings and structures
Buildings
- March 1 – Ashby railway station, Leicestershire, England, probably designed by Robert Chaplin, opened.[1]
- May 1 – Stone railway station, Staffordshire, England, designed by H. A. Hunt, opened.
- September 2 – Gare de l'Est railway station in Paris (France), designed by François Duquesnay, opened.
- October 30 – London Coal Exchange opened.
- December 1 – Gothenburg City Hall (Sweden), designed by Pehr Johan Ekman, opened.
- Church of the Immaculate Conception, Farm Street, central London, designed by Joseph John Scoles, completed.
- All Saints, Ennismore Gardens, south London, designed by Lewis Vulliamy, interior completed.
- Boston Custom House (Massachusetts), designed by Ammi B. Young, completed.
- Rich-Twinn Octagon House, Akron, New York, built.
Events
- March – The Journal of Design and Manufactures is established by Henry Cole.
- May – The Seven Lamps of Architecture by John Ruskin is published.
Awards
- RIBA Royal Gold Medal – Luigi Canina.
- Grand Prix de Rome, architecture – Denis Lebouteux.
Births
- January 9 – Gaetano Koch, Italian architect (died 1910)
- February 22 – Carl Holzmann, Austrian architect (died 1914)
- May 22 – Aston Webb, English architect (died 1930)
- August 29 – John Sulman, English-born Australian architect (died 1934)
Deaths
- April 18 – Carlo Rossi, Neapolitan-born architect working in Saint Petersburg (born 1775)
- September – Daniel Robertson, American-born architect and garden designer working in Oxford and Ireland (born c. 1770)
- Robert Cary Long, Jr., American architect working in Baltimore (born 1810)
- John Pinch the younger, English architect working in Bath (born 1796)
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`.
References
- Biddle, Gordon (2003). Britain's Historic Railway Buildings: an Oxford Gazetteer of Structures and Sites. Oxford University Press. ISBN 0-19-866247-5.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.