Jignesh Patel
Jignesh Patel
  • Видео 5
  • Просмотров 1 654
AI Vector Search in Oracle
AI Vector Search in Oracle Database is a new, transformative way to intelligently, efficiently, and accurately search business data by using AI techniques to search data by semantics, or meaning. With the inclusion of a new VECTOR data type, new approximate search indexes, and new SQL operators and extensions, enterprise companies can quickly and easily leverage AI Vector Search to build modern, generative AI applications in just a few lines of SQL. And with this simplicity comes power, as AI Vector Search is fully integrated with Oracle’s enterprise-grade functionality such as transactions and scale-out capabilities. This talk will focus on the technology behind Oracle AI Vector Search, ...
Просмотров: 126

Видео

Snowflake
Просмотров 5877 часов назад
Dan Sotolongo, Principal Software Engineer at Snowflake, artfully describes their data platform by tracing the history of Snowflake, connecting it to the rich legacy of parallel databases, and bringing it to the present by outlining Snowflake's inner workings. It's a must-watch for anyone interested in understanding Snowflake's functionality or the history of database systems.
SQL Extension for Continuous Processiong in Snowflake.
Просмотров 24328 дней назад
Nikhil Shah, Bowei Chen, Dan Sotolongo, Olivia Zhou, and Eli Ruiz visited CMU in September. Here is Dan presenting the new continuous query processing feature planned for Snowflake.
Oracle's talk on JSON Relational duality
Просмотров 301Месяц назад
Three VPs (1 SVP and 2 VPs) from @Oracle gave a talk @CMUDatabaseGroup on their brand new feature: mixing JSON and Relational models in the same engine, and making them play nice with each other.
Beyond SQL: Dataframes in the Database (Devin Petersohn, Snowflake)
Просмотров 5756 месяцев назад
Dataframes are popular tools for interacting with and exploring data, but they are not as well understood nor as deeply studied as databases. Python’s pandas. and Apache Spark are two of the most popular dataframes in use by data practitioners, but even these are extremely different from each other in terms of guarantees and user expectations. In this talk, we will explore these differences and...