Girish Vaitheeswaran

age ~53

from San Jose, CA

Also known as:
  • Girsh Vaitheeswaran
  • Girish Hariharan
  • Girish Vaitheeswara
  • Girish N
  • Vaitheeswaran Girsh
Phone and address:
1067 Oaktree Dr, San Jose, CA 95129

Girish Vaitheeswaran Phones & Addresses

  • 1067 Oaktree Dr, San Jose, CA 95129
  • 34585 Winslow Ter, Fremont, CA 94555 • 5107446691
  • Alameda, CA
  • 745 Bernardo Ave, Sunnyvale, CA 94087
  • 402 Cooper St, Arlington, TX 76013
  • Emeryville, CA

Education

  • Degree:
    Graduate or professional degree

Resumes

Girish Vaitheeswaran Photo 1

Girish Vaitheeswaran

view source
Location:
San Francisco Bay Area
Industry:
Computer Software
Girish Vaitheeswaran Photo 2

Staff Software Engineer

view source
Location:
San Francisco, CA
Industry:
Computer Software
Work:
Sybase
Staff Software Engineer
Girish Vaitheeswaran Photo 3

Girish Vaitheeswaran

view source

Us Patents

  • Methodology Providing High-Speed Shared Memory Access Between Database Middle Tier And Database Server

    view source
  • US Patent:
    6687702, Feb 3, 2004
  • Filed:
    Sep 25, 2001
  • Appl. No.:
    09/965231
  • Inventors:
    Girish Vaitheeswaran - Fremont CA
    Prasanta Ghosh - Alameda CA
    Taghi Fatemi - Puteaux, FR
  • Assignee:
    Sybass, Inc. - Dublin CA
  • International Classification:
    G06F 1730
  • US Classification:
    707 10, 7071041
  • Abstract:
    A multi-tier database system is modified such that a middle-tier application server (EJB server) and a database server run on the same host computer and communicate via shared-memory interprocess communication. The system includes a database (e. g. , JDBC) driver thread that attaches to the database server, specifically by attaching to the database servers shared memory segment. Operation of the JDBC driver is modified to provide direct access between the middle tier (i. e. , EJB server) and the database server, when the two are operating on the same host computer.
  • Database System With Improved Methods For Asynchronous Logging Of Transactions

    view source
  • US Patent:
    6721765, Apr 13, 2004
  • Filed:
    Jul 2, 2002
  • Appl. No.:
    10/190401
  • Inventors:
    Prasanta Ghosh - San Ramon CA
    Vadiraja Bhatt - Alameda CA
    Girish Vaitheeswaran - Fremont CA
  • Assignee:
    Sybase, Inc. - Dublin CA
  • International Classification:
    G06F 1730
  • US Classification:
    707202, 707102
  • Abstract:
    A database system providing improved methods for asynchronous logging of transactions is described. Log records are created describing changes to a database made by a transaction. When a command committing changes to the database for the transaction is received, a logging request is placed in a queue. An asynchronous logging service removes requests from the queue and transfers log records from the transaction to a shared cache. The shared cache stores log records before they are written to the transaction log. The logging service writes log pages containing log records for the transaction from the cache to the transaction log. After all log pages in the cache for the transaction have been written to the transaction log, changes to the database made by the transaction can be committed to the database.
  • Database System Providing Methodology For Extended Memory Support

    view source
  • US Patent:
    7421562, Sep 2, 2008
  • Filed:
    Jul 6, 2004
  • Appl. No.:
    10/710381
  • Inventors:
    Vadiraja Bhatt - Pleasanton CA, US
    Praveen Vegulla - San Jose CA, US
    Prasanta Ghosh - San Ramon CA, US
    Girish Vaitheeswaran - Fremont CA, US
  • Assignee:
    Sybase, Inc. - Dublin CA
  • International Classification:
    G06F 9/28
  • US Classification:
    711203, 711122
  • Abstract:
    A database system providing methodology for extended memory support is described. In one embodiment, for example, a method is described for extended memory support in a database system having a primary cache, the method comprises steps of: creating a secondary cache in memory available to the database system; mapping a virtual address range to at least a portion of the secondary cache; when the primary cache is full, replacing pages from the primary cache using the secondary cache; in response to a request for a particular page, searching for the particular page in the secondary cache if the particular page is not found in the primary cache; if the particular page is found in the secondary cache, determining a virtual address in the secondary cache where the particular page resides based on the mapping; and swapping the particular page found in the secondary cache with a page in the primary cache, so as to replace a page in the primary cache with the particular page from the secondary cache.
  • Database System Providing Self-Tuned Parallel Database Recovery

    view source
  • US Patent:
    7447710, Nov 4, 2008
  • Filed:
    Aug 9, 2004
  • Appl. No.:
    10/710868
  • Inventors:
    Srikanth Sampath - Fremont CA, US
    Fei Zhou - Glenview IL, US
    Girish Vaitheeswaran - Fremont CA, US
    Prasanta Ghosh - San Ramon CA, US
  • Assignee:
    Sybase, Inc. - Dublin CA
  • International Classification:
    G06F 12/00
    G06F 17/30
  • US Classification:
    707202, 707200, 707204, 718100, 718104
  • Abstract:
    A database system providing self-tuned parallel database recovery is described. In one embodiment, for example, in a database system, a method is described for performing recovery operations using an optimal number of recovery threads, the method comprises steps of: (a) spawning an initial recovery thread to perform recovery operations; (b) measuring I/O (input/output) performance with the initial recovery thread; (c) spawning a subsequent recovery thread to perform recovery operations; (d) measuring I/O performance with the subsequent recovery thread; and (e) as long as I/O performance does not degrade beyond a preselected percentage, repeating steps (c) and (d) for spawning a desired number of additional recovery threads. In another embodiment, the database system auto-tunes the cache during performance of database recovery operations to optimize the performance of recovery operations.
  • Decision Tree Coalescing For Document Ranking

    view source
  • US Patent:
    8065242, Nov 22, 2011
  • Filed:
    Jul 23, 2008
  • Appl. No.:
    12/178483
  • Inventors:
    Arun Kejariwal - San Jose CA, US
    Sapan Panigrahi - Castro Valley CA, US
    Girish Vaitheeswaran - Fremont CA, US
  • Assignee:
    Yahoo! Inc. - Sunnyvale CA
  • International Classification:
    G06F 15/18
  • US Classification:
    706 12
  • Abstract:
    Machine-learned ranking algorithms, e. g. for ranking search results, often use a sequence of decision trees involving decision nodes based on threshold values of features. Modules, systems and methods of optimizing such algorithms involve analyzing threshold feature values to determine threshold intervals for each feature and grouping decision trees according to the feature used in a root decision node. Then coalescing the decision trees within each group to form a coalesced group tree for each group and finally coalescing the coalesced group trees to form a coalesced tree that implements the algorithm.
  • Prefetching Data For Document Ranking

    view source
  • US Patent:
    8458170, Jun 4, 2013
  • Filed:
    Jun 30, 2008
  • Appl. No.:
    12/165307
  • Inventors:
    Arun Kejariwal - San Jose CA, US
    Girish Vaitheeswaran - Fremont CA, US
    Sapan Panigrahi - Castro Valley CA, US
  • Assignee:
    Yahoo! Inc. - Sunnyvale CA
  • International Classification:
    G06F 17/30
  • US Classification:
    707723
  • Abstract:
    The subject matter disclosed herein relates to prefetching data for use in ranking of electronic documents via a document ranking component.
  • Efficient Data Layout Techniques For Fast Machine Learning-Based Document Ranking

    view source
  • US Patent:
    8533129, Sep 10, 2013
  • Filed:
    Sep 16, 2008
  • Appl. No.:
    12/211636
  • Inventors:
    Arun Kejariwal - San Jose CA, US
    Girish Vaitheeswaran - Fremont CA, US
    Sapan Panigrahi - Castro Valley CA, US
  • Assignee:
    Yahoo! Inc. - Sunnyvale CA
  • International Classification:
    G06F 15/18
  • US Classification:
    706 12
  • Abstract:
    A computer readable medium stores a program for optimization for a search, and has sets of instructions for receiving a first decision tree. The first decision tree includes several nodes, and each node is for comparing a feature value to a threshold value. The instructions are for weighting the nodes within the first decision tree, determining the weighted frequency of a first feature within the first decision tree, and determining the weighted frequency of a second feature within the first decision tree. The instructions order the features based on the determined weighted frequencies, and store the ordering such that values of features having higher weighted frequencies are retrieved more often than values of features having lower weighted frequencies within the first decision tree.
  • Compiler Based Code Modification For Use In Document Ranking

    view source
  • US Patent:
    8621424, Dec 31, 2013
  • Filed:
    Jun 30, 2008
  • Appl. No.:
    12/165457
  • Inventors:
    Arun Kejariwal - San Jose CA, US
    Girish Vaitheeswaran - Fremont CA, US
    Sapan Panigrahi - Castro Valley CA, US
  • Assignee:
    Yahoo! Inc. - Sunnyvale CA
  • International Classification:
    G06F 9/44
    G06F 9/45
    G06F 13/00
  • US Classification:
    717106, 717153, 710104
  • Abstract:
    The subject matter disclosed herein relates to alter an expression of executable instructions via a compiler component for use in ranking of electronic documents.

Googleplus

Girish Vaitheeswaran Photo 4

Girish Vaitheeswaran

Girish Vaitheeswaran Photo 5

Girish Vaitheeswaran

Youtube

bhArati_mAmava-t...

GAYATHRI GIRISH&PARTY.

  • Duration:
    28m 5s

NATTAI-VEDA_MATE...

GAYATHRIGIRISH-S...

  • Duration:
    7m 30s

Thaiyal Nayagi Paamaalai

Thaiyal Nayagi Paamaalai Bombay Saradha Vaitheeswaran Sthala Perumai ...

  • Duration:
    15m 53s

Hanuman Chalisa (Tamil)

This video is dedicated at the lotus feet of lord Hanuman. Song sung b...

  • Duration:
    11m 2s

Vetri Tharum Navagrahangal - JukeBox || Gayat...

Vetri Tharum Navagrahangal - JukeBox || Gayathri Girish || Vijay Music...

  • Duration:
    1h 12m 16s

|vaitheeswaran temple history| selva muthukum...

  • Duration:
    7m 6s

Mylife

Girish Vaitheeswaran Photo 6

Girish Vaitheeswaran Fre...

view source
Reconnect with Girish Vaitheeswaran and other old friends. Use MyLife's advanced people search tool to find anyone from your past.

Facebook

Girish Vaitheeswaran Photo 7

Girish Vaitheeswaran

view source

Get Report for Girish Vaitheeswaran from San Jose, CA, age ~53
Control profile