Braziliana (album)

Braziliana is a 1965 album by Brazilian guitarist Luiz Bonfá and his wife, singer Maria Toledo, of songs mainly composed by Bonfá and Toledo, produced by Bobby Scott.[1] The backing musicians included drummers Hélcio Milito and Dom Um Romão. Stereo Review accorded it a Recording of Special Merit.[2] The album was recorded after the success of the 1964 Getz/Gilberto album, and increased interest in samba and bossa nova in Europe. After being out of print for many years the LP was reissued as CD in the Verve Originals series in 2008.

Braziliana
Studio album by
Luiz Bonfá and Maria Toledo
Released1965
GenreBossa nova
Length35:07
LabelPhilips Records
ProducerBobby Scott

Track listing

A1 "Whistle samba" – Bonfá with Toledo (vocalise – no lyrics)
A2 "Tanto amor" – Bonfá, Reinaldo Dias Leme
A3 "Samba de Orfeu" – Bonfá, lyrics Antonio Maria
A4 "Pierrot" – Bonfá Toledo
A5 "Boticario" – Bonfá Toledo
A6 "Cavaquinho" – Bonfá Toledo
A7 "Improviso" – Bonfá Toledo
B1 "Promessa" – Bonfá Toledo
B2 "Sugar Loaf" – Bonfá
B3 "Saudade" – Bonfá Toledo
B4 "Guanabara" – Bonfá
B5 "Pequeno olhar" – Bonfá Toledo
B6 "Baroco" – Bonfá Toledo
B7 "Sambura" – Bonfá Toledo
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.
gollark: So it works in about 30ms - perfectly okay - *without* the ts_headline, but takes about 30 seconds *with* it.

References

  1. Billboard (magazine) "Brazilian composer and guitarist, and his wife, Maria Toledo, a cool singer in the Astrud Gilberto tradition, blend a winning combination of bossa nova, samba and ballad. Bonfa's guitar work is outstanding. The album will appeal strongly to Latin fans. Miss Toledo gets a lot of feeling in the Portuguese lyrics."
  2. Stereo Review, 1966 "Recording of Special Merit"


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