Software at Scale
Software at Scale
Software at Scale 25 - Rajesh Venkataraman: Senior Staff Software Engineer at Google
0:00
-52:15

Software at Scale 25 - Rajesh Venkataraman: Senior Staff Software Engineer at Google

Building Search at Microsoft, Google, and Dropbox

Rajesh Venkataraman is a Senior Staff Engineer at Google where he works on Privacy and Personalization at Google Pay. He’s had experience building and maintaining search systems for a large part of his career. He worked on natural language processing at Microsoft, the cloud inference team at Google, and released parts of the search infrastructure at Dropbox.

Apple Podcasts | Spotify | Google Podcasts

Share Software at Scale

In this episode, we discuss the nuances and technology behind search systems. We go over search infrastructure - data storage and retrieval, as well as search quality - tokenization, ranking, and more. I was especially curious about how image search and other advanced search systems work internally with constraints for low latency, high search quality, and cost-efficiency.

Highlights

08:00 - Getting started building a search system - where to begin? Some history.

13:30 - Why we should use different hardware for different parts of a high throughput search system

17:00 - What goes on behind the scenes in a search system when it has to incorporate a picture or a PDF? The rise of transformers, not the Optimus Prime kind.

We go on to discuss how transformers work at a very high level.

27:00 - The key idea for non-text search is being able to store, index, and search for vectors efficiently. Searches often involve nearest neighbor searches. Indexing involves techniques as simple as only storing the first few bits of each vector dimension in hashmaps.

34:00 - How search systems efficiently rebuild their inverted indices based on changing data; internationalization for search systems; search user interface design and research.

42:00 - How should a student interested in building a search system learn the best practices and techniques to do so?

0 Comments
Software at Scale
Software at Scale
Software at Scale is where we discuss the technical stories behind large software applications.