Preethiyinda Ramesh

Preethiyinda Ramesh (Kannada: ಪ್ರೀತಿಯಿಂದ ರಮೇಶ್) is a 2010 Indian Kannada language romantic comedy film directed by Gunakumar and produced by N. Ravikumar. The film stars Ramesh Aravind, Ramanithu Chaudhary and Suma Guha in pivotal roles. The story is inspired by the Hollywood film, You've Got Mail (1998) directed by Nora Ephron and starred Tom Hanks and Meg Ryan.[1]

Preethiyinda Ramesh
Directed byGunakumar
Produced byN. Ravikumar
Written byGunakumar
Based onYou've Got Mail (1998)
StarringRamesh Aravind
Ramanithu Chaudhary
Suma Guha
Kiran Srinivas
Music byA. T. Raveesh
CinematographyA. C. Mahendran
Edited byR. Dorairaj
Production
company
Shantha Enterprises
Release date
  • 14 May 2010 (2010-05-14)
Running time
140 minutes
CountryIndia
LanguageKannada

The film released on 14 May 2010 across Karnataka cinema halls. It was both a critical and commercial failure at the box-office.[2]

Cast

Soundtrack

All the songs are composed and scored by A. T. Raveesh. The track list consists of 5 songs.

Sl NoSong TitleSinger(s)Lyrics
1"Horadi"Chaitra H. G.Shivananjappa Gowda
2"Computer"Avinash ChebbiV. Nagendra Prasad
3"Anguli"A. T. Raveesh, Malgudi SubhaVidya Kiran
4"Nenapina Aleyali"Vijay PrakashK. Kalyan
5"Something Something"Rajesh Krishnan, PriyadarshiniK. Kalyan
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)```

References

  1. "You've Got Mail as Preeti Inda Ramesh". Rediff.com. 14 May 2010.
  2. "Preethiyinda Ramesh - Wrong mix of emotions". Deccan Herald. 23 May 2014.


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