PG-Strom is an open source PostgreSQL extension that accelerates analytic queries using GPUs. Key features of version 2.0 include direct loading of data from SSDs to GPU memory for processing, an in-memory columnar data cache for efficient GPU querying, and a foreign data wrapper that allows data to be stored directly in GPU memory and queried using SQL. These features improve performance by reducing data movement and leveraging the GPU's parallel architecture. Benchmark results show the new version providing over 3.5x faster query throughput for large datasets compared to PostgreSQL alone.