Sitemap

A list of all the posts and pages found on the site. For you robots out there is an XML version available for digesting as well.

Pages

Posts

Next Generation AI-Enhanced Multi-Modal Database Optimizer

less than 1 minute read

Published:

We develop the next generation multi-modal query optimizer with the latest AI techniques. In our recent paper LaPuda: LLM-Enabled Policy-Based Query Optimizer for Multi-Modal Data, a large language model (LLM) based query optimizer is designed for efficient multi-modal, semantic query processing.

LaPuda architecture

Combining powerful LLM and traditional database optimization techniques, the new optimizer achieves significant performance to optimize the multi-modal query plans (with both structured and semantic information, covering multiple data modalities), resulting in 3x query execution speedup for complex multi-modal queries. The design scheme also proves the effectiveness of using LLM in modern query optimizers, especially for complex semantic queries. This project is an important step towards practical design of multi-modal data systems in the LLM era.

C++ Notes (1)

2 minute read

Published:

Notes on C++ (1).

Leetcode # 201-250

2 minute read

Published:

My solutions to some Leetcode problems ranging in #201-250.

Some Notes on ASM

4 minute read

Published:

ASM is an important tool for manipulating java bytecode. Here is a summary of typical problems when I was implementing a compiler using Java and ASM.

portfolio

publications

Extensible Database Simulator for Fast Prototyping In-Database Algorithms.

Yifan Wang and Daisy Zhe Wang. 2022. Extensible Database Simulator for Fast Prototyping In-Database Algorithms. In Proceedings of the 31st ACM International Conference on Information & Knowledge Management (CIKM '22). Association for Computing Machinery, New York, NY, USA, 5029–5033. https://doi.org/10.1145/3511808.3557205 PDF

talks

teaching