Skip to content

Latest commit

 

History

History
49 lines (49 loc) · 3.67 KB

index.md

File metadata and controls

49 lines (49 loc) · 3.67 KB
layout title permalink
default
Guna Prasaad
Graduate Student
Paul G Allen Center
185 E Stevens Way NE
Seattle, WA - 98195

Research Interests

I do data-intensive systems research. My research focuses on building efficient state-management support for cloud applications. I have designed and built systems that cater to different kinds of state management needs.
  • Rille is a scalable deterministic and ordered stream processing engine built for multicores.
  • Faster is a concurrent key-value store that supports larger-than-memory data while efficiently caching hot set in memory.
  • Strife is a novel transaction processing system that is designed to mostly avoid expensive concurrency control by scheduling transactions intelligently.

Recent News

{% assign news = (site.data.news | sort: 'date') | reverse %} {% for n in news limit:5 %} {% endfor %}
{{ n.date | date_to_string }} {{ n.description | markdownify }}
View All

Brief Bio

I am a Graduate Student of Computer Science at the University of Washington. I am a part of the UW Database Lab working with Prof. Alvin Cheung and Prof. Dan Suciu. In the summer of 2017, I interned at Microsoft Research Redmond with Badrish Chandramouli on building a state-of-the-art key-value store called FASTER. Previously, I was a Research Fellow in the Programming Languages and Tools group at Microsoft Research India, where I built a scalable low-latency ordered stream processing system with Dr. Ganesan Ramalingam. I obtained my undergraduate degree from IIT Bombay, where I worked with Prof. S. Sudarshan on I/O optimal index structures for key value stores. I spent the first eighteen years of my life in the beautiful city of Madras (Chennai) in the southern part of India.