Richard Gankema & Alex Hall
29 July 2021
less than a minute read
Modern databases can choose between two approaches to evaluating queries with high performance: Query Compilation compiles each query to optimized machine code, while Vectorization interprets queries using BLAS-style primitives.
Query compilation offers more optimization potential for LLVM, while vectorization doesn’t require runtime compilation.
We explain how these techniques work and how we combine them, showcasing how Julia lets us have the best of both.
The Gartner report, How to Build Knowledge Graphs That Enable AI-Driven Enterprise Applications, published in September 2022, states that “knowledge graphs deliver semantically enabled data management to power a diverse range of AI applications.”
Read MoreGraph analytics help us make sense of our connected data by understanding the structure of our data. They help us see which patterns are important and which aren't. They help us predict what’s coming next. And they help us find control points so that we can be prescriptive and enact change.
Read MoreOur board member Bob Muglia recently met with Sanjeev Mohan in an interview for the It Depends podcast. Bob and Sanjeev discussed the challenges, trends, technologies and the general pulse of the ever-changing data analytics market. Here are some highlights from their discussion!
Read More