<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>events &#8211; Penn Database Group</title>
	<atom:link href="https://db.cis.upenn.edu/category/events/feed/" rel="self" type="application/rss+xml" />
	<link>https://db.cis.upenn.edu</link>
	<description>Inventing the future of data management!</description>
	<lastBuildDate>Thu, 22 Jan 2026 18:39:29 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.1</generator>

<image>
	<url>https://db.cis.upenn.edu/wp-content/uploads/2022/02/cropped-simplified-shield-final-5-1-32x32.png</url>
	<title>events &#8211; Penn Database Group</title>
	<link>https://db.cis.upenn.edu</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>NEDB &#8217;26 Penn DB Trip</title>
		<link>https://db.cis.upenn.edu/2026/01/19/nedb-26-penn-db-trip/</link>
		
		<dc:creator><![CDATA[Ryan Marcus]]></dc:creator>
		<pubDate>Mon, 19 Jan 2026 18:00:00 +0000</pubDate>
				<category><![CDATA[events]]></category>
		<guid isPermaLink="false">https://db.cis.upenn.edu/?p=660</guid>

					<description><![CDATA[Many of us attended the Northeast Database Day meetup last week at UMass Boston! Penn students presented five posters: In addition to student posters, Ryan presented one of the three keynotes, &#8220;Next Steps for Learned Query Optimization&#8221; (slides).]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">Many of us attended the <a href="https://nedbday.github.io/2026/">Northeast Database Day</a> meetup last week at UMass Boston!</p>


<div class="wp-block-image">
<figure class="aligncenter size-large is-resized"><img decoding="async" src="https://db.cis.upenn.edu/wp-content/uploads/2026/01/PXL_20260116_215359295.MP2_-1024x767.jpg" alt="" class="wp-image-661" style="aspect-ratio:1.335063937279188;width:433px;height:auto"/></figure>
</div>


<p class="wp-block-paragraph">Penn students presented five posters:</p>



<ul class="wp-block-list">
<li><a href="https://my.linkedin.com/in/khorzhenping">Zhen Ping Khor</a> presented &#8220;Adaptive load balancing in DAG-based consensus protocols&#8221; (<a href="https://nedbday.github.io/2026/download/posters/poster_18.pdf">link</a>)</li>



<li><a href="https://zijie.me/">Zijie Zhao</a> presented &#8220;Low-Overhead Adaptive Execution via Reinforcement Learning with Bootstrapped Counterfactuals&#8221;</li>



<li><a href="https://www.speculative.tech/">Jeff Tao</a> presented &#8220;Adversarial Benchmark Generation&#8221; (<a href="https://nedbday.github.io/2026/download/posters/poster_57.pdf">link</a>)</li>



<li><a href="https://www.cis.upenn.edu/~pdh/">Phillip Hilliard</a> presented &#8220;Accurate ML Processing under Real-Time Constraints&#8221; (<a href="https://nedbday.github.io/2026/download/posters/poster_64.pdf">link</a>)</li>



<li><a href="https://airfoundry.upenn.edu/team/varun-jana/">Varun Jana</a> presented &#8220;Semantic Indexing for Unstructured Data Management at Scale&#8221;</li>
</ul>



<p class="wp-block-paragraph">In addition to student posters, Ryan presented one of the three keynotes, &#8220;Next Steps for Learned Query Optimization&#8221; (<a href="https://nedbday.github.io/2026/download/slides/keynote3.pdf">slides</a>). </p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Penn at VLDB 2025</title>
		<link>https://db.cis.upenn.edu/2025/08/22/penn-at-vldb-2025/</link>
		
		<dc:creator><![CDATA[Zack Ives]]></dc:creator>
		<pubDate>Fri, 22 Aug 2025 20:32:17 +0000</pubDate>
				<category><![CDATA[events]]></category>
		<category><![CDATA[papers]]></category>
		<guid isPermaLink="false">https://db.cis.upenn.edu/?p=615</guid>

					<description><![CDATA[This year, at VLDB 2025, Penn will be well-represented with a variety of papers. CausalMesh: A Causal Cache for Stateful Serverless Computing: Haoran Zhang (University of Pennsylvania); Shuai Mu (Stony Brook University); Sebastian Angel (University of Pennsylvania); Vincent Liu (University of Pennsylvania). In stateful serverless computing, workflows are broken into<a class="moretag" href="https://db.cis.upenn.edu/2025/08/22/penn-at-vldb-2025/"> Read more</a>]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">This year, at VLDB 2025, Penn will be well-represented with a variety of papers.</p>



<p class="wp-block-paragraph"><strong>CausalMesh: A Causal Cache for Stateful Serverless Computing</strong>: Haoran Zhang (University of Pennsylvania); Shuai Mu (Stony Brook University); Sebastian Angel (University of Pennsylvania); Vincent Liu (University of Pennsylvania).  <em>In stateful serverless computing, workflows are broken into functions that may run on different physical machines, each with its own local cache. This distribution can lead to consistency errors, where one function reads stale data from its cache because a previous function in the same workflow wrote an update to a different machine&#8217;s cache. To solve this, researchers at Penn and Stony Brook developed <strong>CausalMesh</strong>, a novel caching system that guarantees &#8220;causal consistency,&#8221; ensuring operations are seen in a logical, cause-and-effect order across all machines. A key innovation of CausalMesh is that it provides this guarantee for most read/write operations without requiring costly coordination between servers or aborting transactions. As a result, CausalMesh delivers lower latency and higher throughput than existing approaches, enabling faster and more reliable state management in serverless applications.</em></p>



<p class="wp-block-paragraph"><strong><a href="https://vldb.org/pvldb/volumes/18/paper/A%20Practical%20Theory%20of%20Generalization%20in%20Selectivity%20Learning">A Practical Theory of Generalization in Selectivity Learning</a></strong>: Peizhi Wu (University of Pennsylvania), Haoshu Xu (University of Pennsylvania), Ryan Marcus (University of Pennsylvania), Zack Ives (University of Pennsylvania).  <em>This research provides a theoretical understanding of machine learning models used for query optimization in databases. While these models perform well in practice, there has been a significant gap in explaining <em>why</em> they work, especially when they encounter new or different queries (&#8220;out-of-distribution&#8221; or OOD) than those they were trained on. The paper bridges this gap by establishing the first theoretical guarantees for how these models generalize to OOD queries. Based on these new insights, the authors developed practical strategies that significantly improve the accuracy and real-world performance of existing models on unseen query types, making them more robust and reliable without sacrificing their original performance.</em></p>



<p class="wp-block-paragraph"><strong><a href="https://vldb.org/pvldb/volumes/18/paper/Holistic%20query%20Approximation%20via%20RL%20Modeling">Holistic query Approximation via RL Modeling</a></strong>. Susan Davidson (University of Pennsylvania), Tova Milo (Tel Aviv University), Kathy Razmadze (Tel Aviv University), Gal Zeevi (Tel Aviv University). <em>To accelerate slow queries during data exploration on large databases, researchers at Tel Aviv University and Penn have developed <strong>HARLM</strong>, a novel system for approximate query processing. While existing methods speed up aggregate queries (like <code>COUNT</code> or <code>AVG</code>) by using data samples, they fail to support non-aggregate queries that retrieve specific rows. HARLM presents a holistic solution by using Reinforcement Learning to identify an optimized, smaller subset of the data that works for both query types. This approach effectively learns to create a representative data sample that maximizes query accuracy while dramatically reducing execution time. Experiments show that HARLM significantly outperforms baseline methods, improving result accuracy by 30% and providing a 10-35x speedup.</em></p>



<p class="wp-block-paragraph"><strong>SHARQ: Explainability Framework for Association Rules on Relational Data</strong>: Hadar Ben‑Efraim (Bar-Ilan University), Susan B. Davidson (University of Pennsylvania), Amit Somech (Bar-Ilan University). <em>Association rule mining is a widely used technique for discovering patterns (e.g., &#8220;customers who buy X also buy Y&#8221;) in large datasets. However, a major challenge has been to quantify the actual importance of an individual data element, like &#8220;X,&#8221; to the entire set of rules it participates in. This paper introduces <strong>SHARQ</strong>, a novel method that uses Shapley values, a concept from cooperative game theory, to fairly and accurately measure the contribution of each element. While a naive calculation would be exponentially slow, the researchers developed highly efficient algorithms that compute this score in near-linear time. This breakthrough makes it practical to rank data elements, entire rules, and even attributes by their influence, providing a powerful new tool for explaining and gaining deeper insights from mined data.</em></p>



<p class="wp-block-paragraph"><strong><a href="https://vldb.org/pvldb/volumes/18/paper/Data-Agnostic%20Cardinality%20Learning%20from%20Imperfect%20Workloads">Data-Agnostic Cardinality Learning from Imperfect Workloads</a></strong>: Peizhi Wu (University of Pennsylvania), Rong Kang (ByteDance);Tieying Zhang (Bytedance), Jianjun Chen (Bytedance), Ryan Marcus (University of Pennsylvania), Zack Ives (University of Pennsylvania). <em>The authors, at Bytedance and Penn, have developed a new system called <strong>GRASP</strong> for cardinality estimation, a crucial task in database query optimization. Traditional methods need direct access to data, which is often restricted, while existing learning-based approaches struggle with the incomplete and imbalanced query workloads found in real-world scenarios. GRASP is a <strong>data-agnostic</strong> system specifically designed for these imperfect conditions. It uses a novel compositional design that allows it to generalize to new queries and is robust to skewed training data. By effectively modeling data distributions and join correlations without seeing the underlying data, GRASP consistently outperforms other query-driven models and, remarkably, can even match or exceed the accuracy of traditional methods that have full data access.</em></p>



<p class="wp-block-paragraph">(AIDB Workshop) <a href="https://api.zotero.org/users/3604318/publications/items/KNCCRRRJ/file/view"><strong>Exploring Wavelet Trees as Space-Efficient Physical-to-Sorted Mapping for Learned Indexes</strong>.</a> Anwesha Saha (Boston University), Aneesh Raman (Boston University), Ryan Marcus (University of Pennsylvania), Manos Athanassoulis (Boston University). <em>This paper explores Wavelet Trees as a compact way to map data between its physical and sorted order for learned indexes, which use machine learning models to replace traditional B+-tree nodes. The authors introduce Integer Wavelet Trees (IWTs), which significantly reduce memory usage—up to 84% less than B+-trees—but initially suffer from slow lookups due to cache inefficiencies. To address this, they propose T-way IWTs, which improve lookup speed while maintaining space efficiency, achieving 46% smaller memory footprints and 12% faster lookups compared to B+-trees. This study lays the groundwork for future designs, including their new idea of constellation maps, aimed at balancing speed and memory for learned index mappings.</em> This paper was a best paper honorable mention at the workshop!</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Penn at SIGMOD 2025</title>
		<link>https://db.cis.upenn.edu/2025/06/16/penn-at-sigmod-2025/</link>
		
		<dc:creator><![CDATA[Zack Ives]]></dc:creator>
		<pubDate>Mon, 16 Jun 2025 12:36:01 +0000</pubDate>
				<category><![CDATA[events]]></category>
		<category><![CDATA[papers]]></category>
		<guid isPermaLink="false">https://db.cis.upenn.edu/?p=582</guid>

					<description><![CDATA[The Penn Database and Data Systems Group is well-represented at SIGMOD 2025! At the aiDM workshop, co-chaired by our own Ryan Marcus, there are two papers: At the main SIGMOD conference, the following papers will be presented. Low Rank Learning for Offline Query OptimizationZixuan Yi (University of Pennsylvania)*; Yao Tian<a class="moretag" href="https://db.cis.upenn.edu/2025/06/16/penn-at-sigmod-2025/"> Read more</a>]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">The Penn Database and Data Systems Group is well-represented at SIGMOD 2025!</p>



<p class="wp-block-paragraph">At the <a href="http://www.aidm-conf.org/">aiDM workshop</a>, co-chaired by our own Ryan Marcus, there are two papers: </p>



<ul class="wp-block-list">
<li><strong><em>SERAG: Self-Evolving RAG System for Query Optimization,</em></strong>&nbsp;Hanwen Liu, Qihan Zhang, University of Southern California, Ryan Marcus, University of Pennsylvania, Ibrahim Sabek, University of Southern California.</li>



<li> <strong><em>Data-driven Adaptive Processing of Streaming ML Queries</em></strong>, by Phillip Hilliard, Rajeev Alur, Zachary Ives, University of Pennsylvania. This paper describes an adaptive query processing technique targeted at stream systems that incorporate machine learning components. When given a set of alternative machine learning models with different cost-accuracy trade-offs, it dynamically chooses the model that maximizes accuracy while satisfying a budgetary or quality-of-service constraint.</li>
</ul>



<p class="wp-block-paragraph">At the main SIGMOD conference, the following papers will be presented.</p>



<div class="wp-block-media-text is-stacked-on-mobile" style="grid-template-columns:34% auto"><figure class="wp-block-media-text__media"><img fetchpriority="high" decoding="async" width="1024" height="888" src="https://db.cis.upenn.edu/wp-content/uploads/2025/06/limeqo_border_small-1024x888.png" alt="" class="wp-image-596 size-full" srcset="https://db.cis.upenn.edu/wp-content/uploads/2025/06/limeqo_border_small-1024x888.png 1024w, https://db.cis.upenn.edu/wp-content/uploads/2025/06/limeqo_border_small-300x260.png 300w, https://db.cis.upenn.edu/wp-content/uploads/2025/06/limeqo_border_small-768x666.png 768w, https://db.cis.upenn.edu/wp-content/uploads/2025/06/limeqo_border_small.png 1055w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure><div class="wp-block-media-text__content">
<p class="wp-block-paragraph"><strong><a href="https://rm.cab/limeqo">Low Rank Learning for Offline Query Optimization</a></strong><br>Zixuan Yi (University of Pennsylvania)*; Yao Tian (The Hong Kong University of Science and Technology); Zack Ives (University of Pennsylvania); Ryan Marcus (University of Pennsylvania). </p>



<p class="wp-block-paragraph">This paper develops a novel technique based on low-rank matrix factorization, which allows a query optimizer to predict which query processing strategies will be useful for one query, based on performance of other queries.</p>
</div></div>



<div class="wp-block-media-text is-stacked-on-mobile" style="grid-template-columns:33% auto"><figure class="wp-block-media-text__media"><img decoding="async" width="1024" height="888" src="https://db.cis.upenn.edu/wp-content/uploads/2025/06/bayesqo_border_small-1024x888.png" alt="" class="wp-image-597 size-full" srcset="https://db.cis.upenn.edu/wp-content/uploads/2025/06/bayesqo_border_small-1024x888.png 1024w, https://db.cis.upenn.edu/wp-content/uploads/2025/06/bayesqo_border_small-300x260.png 300w, https://db.cis.upenn.edu/wp-content/uploads/2025/06/bayesqo_border_small-768x666.png 768w, https://db.cis.upenn.edu/wp-content/uploads/2025/06/bayesqo_border_small.png 1055w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure><div class="wp-block-media-text__content">
<p class="wp-block-paragraph"><strong><a href="https://rm.cab/bayesqo">Learned Offline Query Planning via Bayesian Optimization</a></strong><br>Jeffrey Tao; Natalie Maus; Haydn Jones; Yimeng Zeng; Jacob Gardner; Ryan Marcus.</p>



<p class="wp-block-paragraph">Targeting queries that are going to be executed thousands of times, we propose an offline query optimizer that searches a wide variety of plans and incorporates query execution as a primitive. Our offline query optimizer combines variational auto-encoders with Bayesian optimization to find optimized plans for a given query.</p>
</div></div>



<p class="wp-block-paragraph"></p>



<ul class="wp-block-list">
<li><strong>SHARQ: Explainability Framework for Association Rules on Relational Data</strong><br>Hadar Ben Efraim (Bar-Ilan University); Susan B Davidson (University of Pennsylvania); Amit Somech (Bar-Ilan University)*. Association rules are an important technique for gaining insights over large relational datasets. However, it is difficult to explain the relative importance of data elements with respect to the rules in which they appear. This paper develops a measure of an element&#8217;s contribution to a set of association rules based on Shapley values, denoted SHARQ (ShApley Rules Quantification).</li>



<li><strong>Physical Visualization Design: Decoupling Interface and System Design</strong><br>Yiru Chen (Columbia University)*; Xupeng Li (Columbia University); Jeffrey Tao (University of Pennsylvania); Alana Ramjit (Cornell Tech); Ravi Netravali (Princeton University); Subrata Mitra (Adobe Research); Aditya Parameswaran (University of California, Berkeley); Javad Ghaderi (Columbia University); Dan Rubenstein (Columbia University); Eugene Wu (Columbia University)</li>



<li><strong>CARINA: An Efficient CXL-Oriented Embedding Serving System for Recommendation Models</strong><br>Peiqi Yin (The Chinese University of Hong Kong)*; Qihui Zhou (CUHK); Xiao Yan (Centre for Perceptual and Interactive Intelligence (CPII) ); Chao Wang (The Chinese University of Hong Kong); Eric Lo (Chinese University of Hong Kong); Changji Li (CUHK); Lan Lu (University of Pennsylvania ); Hua Fan (Alibaba Cloud); Wenchao Zhou (Alibaba Group); Ming-Chang YANG (The Chinese University of Hong Kong); James Cheng (CUHK)</li>
</ul>



<p class="wp-block-paragraph">At the demo sessions:</p>



<div class="wp-block-media-text is-stacked-on-mobile"><figure class="wp-block-media-text__media"><img decoding="async" width="1024" height="771" src="https://db.cis.upenn.edu/wp-content/uploads/2025/06/penn_demo-1024x771.jpg" alt="" class="wp-image-608 size-full" srcset="https://db.cis.upenn.edu/wp-content/uploads/2025/06/penn_demo-1024x771.jpg 1024w, https://db.cis.upenn.edu/wp-content/uploads/2025/06/penn_demo-300x226.jpg 300w, https://db.cis.upenn.edu/wp-content/uploads/2025/06/penn_demo-768x578.jpg 768w, https://db.cis.upenn.edu/wp-content/uploads/2025/06/penn_demo-1536x1157.jpg 1536w, https://db.cis.upenn.edu/wp-content/uploads/2025/06/penn_demo.jpg 1632w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure><div class="wp-block-media-text__content">
<p class="wp-block-paragraph"><a href="https://api.zotero.org/users/3604318/publications/items/T6TZBJTL/file/view"><strong>ScaleLLM: A technique for scalable LLM-augmented data systems</strong>. </a></p>



<p class="wp-block-paragraph">Paul Loh (University of Pennsylvania); Ashwin Alaparthi (University of Pennsylvania); Ryan Marcus (University of Pennsylvania);</p>
</div></div>



<p class="wp-block-paragraph"> </p>



<ul class="wp-block-list">
<li><strong>PY-SHARQ: A Holistic Python Library for Explaining Association Rules on Relational Data</strong><br>Hadar Ben-Efraim (Bar-Ilan University), Susan Davidson (University of Pennsylvania), Amit Somech (Bar-Ilan University)</li>
</ul>



<p class="wp-block-paragraph">We hope to see you in Berlin!</p>



<p class="wp-block-paragraph"></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>The Big Move!</title>
		<link>https://db.cis.upenn.edu/2024/12/29/the-big-move/</link>
		
		<dc:creator><![CDATA[Zack Ives]]></dc:creator>
		<pubDate>Sun, 29 Dec 2024 20:07:57 +0000</pubDate>
				<category><![CDATA[events]]></category>
		<guid isPermaLink="false">https://db.cis.upenn.edu/?p=532</guid>

					<description><![CDATA[The Penn Database Group is excited to move into Amy Gutmann Hall for the Spring! All faculty and students will be affiliated with the new lab space on the 4th Floor.]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">The Penn Database Group is excited to move into <a href="https://www.thedp.com/article/2024/09/amy-gutmann-hall-photo-essay">Amy Gutmann Hall</a> for the Spring!  All faculty and students will be affiliated with the new lab space on the 4th Floor.</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="576" src="https://db.cis.upenn.edu/wp-content/uploads/2024/12/PXL_20241220_150816578.MP_-1024x576.jpg" alt="First in-lab research meeeting" class="wp-image-533" srcset="https://db.cis.upenn.edu/wp-content/uploads/2024/12/PXL_20241220_150816578.MP_-1024x576.jpg 1024w, https://db.cis.upenn.edu/wp-content/uploads/2024/12/PXL_20241220_150816578.MP_-300x169.jpg 300w, https://db.cis.upenn.edu/wp-content/uploads/2024/12/PXL_20241220_150816578.MP_-768x432.jpg 768w, https://db.cis.upenn.edu/wp-content/uploads/2024/12/PXL_20241220_150816578.MP_-1536x864.jpg 1536w, https://db.cis.upenn.edu/wp-content/uploads/2024/12/PXL_20241220_150816578.MP_.jpg 2016w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Penn DB Group @ SIGMOD &#8217;24</title>
		<link>https://db.cis.upenn.edu/2024/06/14/penn-db-group-sigmod-24/</link>
		
		<dc:creator><![CDATA[Ryan Marcus]]></dc:creator>
		<pubDate>Sat, 15 Jun 2024 01:34:02 +0000</pubDate>
				<category><![CDATA[awards]]></category>
		<category><![CDATA[events]]></category>
		<category><![CDATA[papers]]></category>
		<guid isPermaLink="false">https://db.cis.upenn.edu/?p=416</guid>

					<description><![CDATA[The Penn DB Group presented a number of papers at SIGMOD 2024, hosted in Santiago, Chile! Penn presented five papers (four in SIGMOD and one in aiDM). Ph.D. student Soonbo Han (advisor: Zachary Ives) presented his work titled &#8220;Implementation Strategies for Views over Property Graphs,&#8221; which won the best paper<a class="moretag" href="https://db.cis.upenn.edu/2024/06/14/penn-db-group-sigmod-24/"> Read more</a>]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">The Penn DB Group presented a number of papers at SIGMOD 2024, hosted in Santiago, Chile! Penn presented five papers (four in SIGMOD and one in aiDM).</p>



<figure class="wp-block-gallery has-nested-images columns-2 is-cropped wp-block-gallery-1 is-layout-flex wp-block-gallery-is-layout-flex">
<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="576" data-id="425" src="https://db.cis.upenn.edu/wp-content/uploads/2024/06/shan_sigmod-1-1024x576.jpg" alt="" class="wp-image-425" srcset="https://db.cis.upenn.edu/wp-content/uploads/2024/06/shan_sigmod-1-1024x576.jpg 1024w, https://db.cis.upenn.edu/wp-content/uploads/2024/06/shan_sigmod-1-300x169.jpg 300w, https://db.cis.upenn.edu/wp-content/uploads/2024/06/shan_sigmod-1-768x432.jpg 768w, https://db.cis.upenn.edu/wp-content/uploads/2024/06/shan_sigmod-1-1536x864.jpg 1536w, https://db.cis.upenn.edu/wp-content/uploads/2024/06/shan_sigmod-1.jpg 2048w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption">Ph.D. student Soonbo Han presenting &#8220;Implementation Strategies for Views over Property Graphs,&#8221; the best paper award winner</figcaption></figure>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="576" data-id="426" src="https://db.cis.upenn.edu/wp-content/uploads/2024/06/zyi_sigmod-1-1024x576.jpg" alt="" class="wp-image-426" srcset="https://db.cis.upenn.edu/wp-content/uploads/2024/06/zyi_sigmod-1-1024x576.jpg 1024w, https://db.cis.upenn.edu/wp-content/uploads/2024/06/zyi_sigmod-1-300x169.jpg 300w, https://db.cis.upenn.edu/wp-content/uploads/2024/06/zyi_sigmod-1-768x432.jpg 768w, https://db.cis.upenn.edu/wp-content/uploads/2024/06/zyi_sigmod-1-1536x864.jpg 1536w, https://db.cis.upenn.edu/wp-content/uploads/2024/06/zyi_sigmod-1.jpg 2048w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption">Ph.D. student Zixuan Yi presenting &#8220;Low Rank Approximation for Learned Query Optimization&#8221; at the aiDM workshop</figcaption></figure>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="576" data-id="427" src="https://db.cis.upenn.edu/wp-content/uploads/2024/06/jliang_sigmod-1-1024x576.jpg" alt="" class="wp-image-427" srcset="https://db.cis.upenn.edu/wp-content/uploads/2024/06/jliang_sigmod-1-1024x576.jpg 1024w, https://db.cis.upenn.edu/wp-content/uploads/2024/06/jliang_sigmod-1-300x169.jpg 300w, https://db.cis.upenn.edu/wp-content/uploads/2024/06/jliang_sigmod-1-768x432.jpg 768w, https://db.cis.upenn.edu/wp-content/uploads/2024/06/jliang_sigmod-1-1536x864.jpg 1536w, https://db.cis.upenn.edu/wp-content/uploads/2024/06/jliang_sigmod-1.jpg 2048w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption">Ph.D. student Jiaming Liang presenting &#8220;RITA: Group Attention is All You Need for Timeseries Analytics&#8221;</figcaption></figure>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="576" data-id="428" src="https://db.cis.upenn.edu/wp-content/uploads/2024/06/ytian_sigmod-1-1024x576.jpg" alt="" class="wp-image-428" srcset="https://db.cis.upenn.edu/wp-content/uploads/2024/06/ytian_sigmod-1-1024x576.jpg 1024w, https://db.cis.upenn.edu/wp-content/uploads/2024/06/ytian_sigmod-1-300x169.jpg 300w, https://db.cis.upenn.edu/wp-content/uploads/2024/06/ytian_sigmod-1-768x432.jpg 768w, https://db.cis.upenn.edu/wp-content/uploads/2024/06/ytian_sigmod-1-1536x864.jpg 1536w, https://db.cis.upenn.edu/wp-content/uploads/2024/06/ytian_sigmod-1.jpg 2048w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption">Visiting Ph.D. student Yao Tian presenting &#8220;A Learned Cuckoo Filter for Approximate Membership Queries over Variable-sized Sliding Windows on Data Streams&#8221;</figcaption></figure>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="3015" height="1989" data-id="436" src="https://db.cis.upenn.edu/wp-content/uploads/2024/06/zives_sigmod-1.avif" alt="" class="wp-image-436"/><figcaption class="wp-element-caption">Zachary Ives presenting Peizhi Wu&#8217;s paper, &#8220;Modeling Shifting Workloads for Learned Database Components&#8221;</figcaption></figure>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="5320" height="4284" data-id="434" src="https://db.cis.upenn.edu/wp-content/uploads/2024/06/group_sigmod.avif" alt="" class="wp-image-434"/><figcaption class="wp-element-caption">Yao, Zack, and Zixuan after Zixuan&#8217;s talk</figcaption></figure>
</figure>



<p class="wp-block-paragraph">Ph.D. student <a href="https://www.cis.upenn.edu/~soonbo/">Soonbo Han</a> (advisor: Zachary Ives) presented his work titled &#8220;<a href="https://dl.acm.org/doi/abs/10.1145/3654949">Implementation Strategies for Views over Property Graphs</a>,&#8221; which won the <strong>best paper award</strong>! Soonbo&#8217;s work shows query rewriting techniques can take advantage of semantic views over graph data, including how to index and maintain such views dynamically.</p>



<p class="wp-block-paragraph">Ph.D. student Jiaming Liang (advisor: Zachary Ives) presented his work titled &#8220;<a href="https://dl.acm.org/doi/10.1145/3639317">RITA: Group Attention is All You Need for Timeseries Analytics</a>.&#8221; Jiaming&#8217;s work shows how careful grouping and caching of semantically-similar inputs can accelerate neural attention mechanisms, allowing attention networks to scale up to previously-impossible tasks.</p>



<p class="wp-block-paragraph">Due to visa issues, Zack presented a paper from Ph.D. student <a href="https://www.cis.upenn.edu/~pagewu/">Peizhi Wu</a>, titled &#8220;<a href="https://dl.acm.org/doi/abs/10.1145/3639293">Modeling Shifting Workloads for Learned Database Systems</a>.&#8221; Peizhi&#8217;s work shows how to keep learned database components up to date with data drift using a carefully-tuned replay buffer.</p>



<p class="wp-block-paragraph">Visiting Ph.D. student <a href="https://www.ustyaotian.com/">Yao Tian</a> (advisor:  Xiaofang Zhou, Penn supervisors: Zachary Ives and Ryan Marcus) presented her work titled &#8220;<a href="https://dl.acm.org/doi/10.1145/3626758">A Learned Cuckoo Filter for Approximate Membership Queries over Variable-sized Sliding Windows on Data Streams</a>.&#8221; Yao&#8217;s work combines traditional Cuckoo filters with deep learning models to enable approximate membership queries over dynamically-sized windows, achieving significantly higher accuracy than previous results.</p>



<p class="wp-block-paragraph">At the aiDM workshop, Ph.D. student <a href="https://zixy17.github.io/">Zixuan Yi</a> (advisor: Ryan Marcus and Zachary Ives) presented her work titled &#8220;<a href="http://rm.cab/limeqo">Low Rank Approximation for Learned Query Optimization</a>.&#8221; Zixuan&#8217;s work shows how linear methods for approximating low rank matrices can be used to learn to steer an entire query workload at once.</p>



<p class="wp-block-paragraph">Later this summer, Penn will present several papers at VLDB in Guangzhou, China!</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Penn DB Group @ NEDB &#8217;24</title>
		<link>https://db.cis.upenn.edu/2024/05/31/penn-db-group-nedb-24/</link>
		
		<dc:creator><![CDATA[Ryan Marcus]]></dc:creator>
		<pubDate>Fri, 31 May 2024 17:19:40 +0000</pubDate>
				<category><![CDATA[events]]></category>
		<guid isPermaLink="false">https://db.cis.upenn.edu/?p=409</guid>

					<description><![CDATA[This May, several members of the Penn DB group attended the Northeast Database Day hosted at BU! The group presented two posters on query optimization. Ph.D. student Jeff Tao (supervisors: Ryan Marcus and Andrew Head) presented his work on using Bayesian optimization and deep learning to search for optimal query<a class="moretag" href="https://db.cis.upenn.edu/2024/05/31/penn-db-group-nedb-24/"> Read more</a>]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">This May, several members of the Penn DB group attended the <a href="https://bu-disc.github.io/nedbday/2024/#">Northeast Database Day</a> hosted at BU! The group presented two posters on query optimization.</p>



<p class="wp-block-paragraph">Ph.D. student <strong><a href="https://www.speculative.tech/">Jeff Tao</a></strong> (supervisors: Ryan Marcus and Andrew Head) presented his work on using Bayesian optimization and deep learning to search for optimal query plans. This search process can be considered &#8220;superoptimization,&#8221; since the search process itself executes query plans. Jeff&#8217;s work has the potential to find gains in highly repetitive and costly analytic queries.</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="3475" height="3072" src="https://db.cis.upenn.edu/wp-content/uploads/2024/06/jtao_poster.avif" alt="" class="wp-image-410"/></figure>



<p class="wp-block-paragraph">Ph.D. student <strong><a href="https://zixy17.github.io/">Zixuan Yi</a> </strong>(supervisors: Zachary Ives and Ryan Marcus) presented her work on workload-level query steering. Zixuan showed that the space of  optimizer configurations for each query in a workload can be effectively explored using matrix completion. Zixuan&#8217;s work is also described in her recent <a href="http://rm.cab/limeqo">workshop paper (PDF)</a>.</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="2288" height="1915" src="https://db.cis.upenn.edu/wp-content/uploads/2024/06/zyi_poster.avif" alt="" class="wp-image-411"/></figure>



<p class="wp-block-paragraph">Both Jeff and Zixuan received valuable feedback at the event, and plan to turn their work into full papers soon. Undergraduate Austin Wang, visiting Ph.D. student <a href="https://www.ustyaotian.com/">Yao Tian</a>, and <a href="https://ryanmarc.us">Ryan Marcus</a> also came along!</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="2394" height="2642" src="https://db.cis.upenn.edu/wp-content/uploads/2024/06/nedb_group.avif" alt="" class="wp-image-412"/><figcaption class="wp-element-caption">From left to right: Jeff, Austin, Ryan, Zixuan, Yao</figcaption></figure>



<p class="wp-block-paragraph">You can check out Zixuan and Jeff&#8217;s posters below:</p>



<figure class="wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-2 is-layout-flex wp-block-gallery-is-layout-flex">
<figure class="wp-block-image size-large"><a href="https://bu-disc.github.io/nedbday/2024/download/posters/Low_Rank_Approximation_for_Learned_Query_Optimization.pdf"><img loading="lazy" decoding="async" width="1024" height="683" data-id="413" src="https://db.cis.upenn.edu/wp-content/uploads/2024/06/zyi_poster-1024x683.png" alt="" class="wp-image-413" srcset="https://db.cis.upenn.edu/wp-content/uploads/2024/06/zyi_poster-1024x683.png 1024w, https://db.cis.upenn.edu/wp-content/uploads/2024/06/zyi_poster-300x200.png 300w, https://db.cis.upenn.edu/wp-content/uploads/2024/06/zyi_poster-768x512.png 768w, https://db.cis.upenn.edu/wp-content/uploads/2024/06/zyi_poster-1536x1024.png 1536w, https://db.cis.upenn.edu/wp-content/uploads/2024/06/zyi_poster-2048x1365.png 2048w, https://db.cis.upenn.edu/wp-content/uploads/2024/06/zyi_poster-360x240.png 360w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></a></figure>



<figure class="wp-block-image size-large"><a href="https://bu-disc.github.io/nedbday/2024/download/posters/Bayesian_Query_Super-Optimization.pdf"><img loading="lazy" decoding="async" width="683" height="1024" data-id="414" src="https://db.cis.upenn.edu/wp-content/uploads/2024/06/jtao_poster-683x1024.png" alt="" class="wp-image-414" srcset="https://db.cis.upenn.edu/wp-content/uploads/2024/06/jtao_poster-683x1024.png 683w, https://db.cis.upenn.edu/wp-content/uploads/2024/06/jtao_poster-200x300.png 200w, https://db.cis.upenn.edu/wp-content/uploads/2024/06/jtao_poster-768x1152.png 768w, https://db.cis.upenn.edu/wp-content/uploads/2024/06/jtao_poster-1024x1536.png 1024w, https://db.cis.upenn.edu/wp-content/uploads/2024/06/jtao_poster-1365x2048.png 1365w, https://db.cis.upenn.edu/wp-content/uploads/2024/06/jtao_poster.png 1500w" sizes="auto, (max-width: 683px) 100vw, 683px" /></a></figure>
</figure>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>SIGMOD 2022 Held in Philadelphia</title>
		<link>https://db.cis.upenn.edu/2022/07/01/sigmod-2022-held-in-philadelphia/</link>
					<comments>https://db.cis.upenn.edu/2022/07/01/sigmod-2022-held-in-philadelphia/#respond</comments>
		
		<dc:creator><![CDATA[Zack Ives]]></dc:creator>
		<pubDate>Fri, 01 Jul 2022 13:50:00 +0000</pubDate>
				<category><![CDATA[events]]></category>
		<guid isPermaLink="false">https://db.cis.upenn.edu/?p=212</guid>

					<description><![CDATA[This June we were excited to host SIGMOD 2022, the top database conference, at the Pennsylvania Convention Center in Philadelphia! This was the first in-person/hybrid database conference in North America since the pandemic began. It was exciting to see friends old and new. Several Penn Database Group alumni were able<a class="moretag" href="https://db.cis.upenn.edu/2022/07/01/sigmod-2022-held-in-philadelphia/"> Read more</a>]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">This June we were excited to host <a href="http://2022.sigmod.org">SIGMOD 2022</a>, the top database conference, at the Pennsylvania Convention Center in Philadelphia!  This was the first in-person/hybrid database conference in North America since the pandemic began.  It was exciting to see friends old and new.</p>



<p class="wp-block-paragraph">Several Penn Database Group alumni were able to join for a photo!  (Left to right: Sudeepa Roy, Duke; Zack Ives, Penn; Allen Yan, Google; Zhuowei Bao, Meta.)  Additionally, alumnus Leonid Libkin served as the PODS General Chair and alumnus Dan Suciu won the SIGMOD Edgar F. Codd Award and gave a great <a href="https://youtu.be/k20oLegpDW8?t=2930">presentation</a>.</p>



<figure class="wp-block-image size-large is-resized"><img loading="lazy" decoding="async" src="https://db.cis.upenn.edu/wp-content/uploads/2022/08/image2-1024x768.jpg" alt="" class="wp-image-213" width="768" height="576" srcset="https://db.cis.upenn.edu/wp-content/uploads/2022/08/image2-1024x768.jpg 1024w, https://db.cis.upenn.edu/wp-content/uploads/2022/08/image2-300x225.jpg 300w, https://db.cis.upenn.edu/wp-content/uploads/2022/08/image2-768x576.jpg 768w, https://db.cis.upenn.edu/wp-content/uploads/2022/08/image2-1536x1152.jpg 1536w, https://db.cis.upenn.edu/wp-content/uploads/2022/08/image2.jpg 2016w" sizes="auto, (max-width: 768px) 100vw, 768px" /></figure>
]]></content:encoded>
					
					<wfw:commentRss>https://db.cis.upenn.edu/2022/07/01/sigmod-2022-held-in-philadelphia/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>SIGMOD 2022 to Be Held in Philadelphia</title>
		<link>https://db.cis.upenn.edu/2021/06/30/sigmod-2022-to-be-held-in-philadelphia/</link>
					<comments>https://db.cis.upenn.edu/2021/06/30/sigmod-2022-to-be-held-in-philadelphia/#respond</comments>
		
		<dc:creator><![CDATA[DB Group Administrator]]></dc:creator>
		<pubDate>Wed, 30 Jun 2021 21:16:00 +0000</pubDate>
				<category><![CDATA[events]]></category>
		<guid isPermaLink="false">http://ec2-18-221-231-142.us-east-2.compute.amazonaws.com/?p=102</guid>

					<description><![CDATA[The Penn Database Group is looking forward to welcoming the database community to Philadelphia &#8212; in virtual and in-person form &#8212; in June 2022! More details about SIGMOD 2022 are here. Penn professor Zack Ives will be the General Chair; postdocs Yinjun Wu and Mohammad Javad Amiri will serve as<a class="moretag" href="https://db.cis.upenn.edu/2021/06/30/sigmod-2022-to-be-held-in-philadelphia/"> Read more</a>]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">The Penn Database Group is looking forward to welcoming the database community to Philadelphia &#8212; in virtual and in-person form &#8212; in June 2022!  More details about SIGMOD 2022 are <a href="http://2022.sigmod.org">here</a>.</p>



<p class="wp-block-paragraph">Penn professor Zack Ives will be the General Chair; postdocs Yinjun Wu and Mohammad Javad Amiri will serve as Awards Coordinator and Demo/Workshops Local Arrangements Chair.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://db.cis.upenn.edu/2021/06/30/sigmod-2022-to-be-held-in-philadelphia/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
