Record fill-ups for all your cars and monitor your car’s efficiency.
Need to track business mileage? Just start auto trip and we will track all your trips in the background whenever you are on the move.
Don’t lose sight of your maintenance and services. Log your services and we will remind you when its due.
Know your vehicle's running costs and plan for your expenses.
Sign into the cloud and get easy access to all your data from anywhere and any device.
Run your reports or schedule them weekly or monthly to know more about your fill-ups , mileage and expenses.
"Link deletion is sluggish." Solution: Deleting a relationship forces a rewrite of the adjacency list in Kuzu Link’s current version. Batch your deletions or mark links as "inactive" with a boolean property instead.
This comprehensive guide will explore everything you need to know about Kuzu Link, from its core technical architecture to practical implementation strategies, performance benchmarks, and future roadmap. At its essence, Kuzu Link refers to the native connection mechanism and query execution layer within the Kuzu database system —an embedded graph database designed for high-performance online analytical processing (OLAP) on complex, interconnected data. Unlike traditional relational databases that rely on foreign keys and JOIN operations (which become exponentially slower as data scales), Kuzu Link leverages pointer-based navigation between nodes and edges in a property graph model. kuzu link
| Query Type (Depth) | Kuzu Link (ms) | SQLite + JOINs (ms) | DuckDB (Recursive CTE) | |-------------------|----------------|----------------------|-------------------------| | 2-hop neighbors | 8 | 142 | 55 | | 4-hop neighbors | 47 | 8,210 (timeout) | 892 | | Path existence check (6 hops) | 210 | >30,000 | 4,100 | "Link deletion is sluggish
"Query runs slowly on first execution but fast afterwards." Solution: That’s the page cache warming up. Kuzu Link uses OS-level memory mapping. If your dataset exceeds RAM, the first traversal loads pages from disk. Consider increasing buffer_pool_size in the configuration. At its essence, Kuzu Link refers to the
The era of forcing graphs into relational tables is ending. With Kuzu Link, you don’t just store relationships—you navigate them at the speed of memory. Start with the official Kuzu documentation and explore the kuzu Python package today. Your data’s hidden connections are waiting to be linked.
This example demonstrates the elegance of Kuzu Link: relationships are first-class citizens, not foreign key constraints. In independent tests (using the LDBC Social Network Benchmark scaling factor 1), Kuzu Link consistently outperforms other embedded graph stores like SQLite with graph extensions and DuckDB with recursive CTEs.
"Link deletion is sluggish." Solution: Deleting a relationship forces a rewrite of the adjacency list in Kuzu Link’s current version. Batch your deletions or mark links as "inactive" with a boolean property instead.
This comprehensive guide will explore everything you need to know about Kuzu Link, from its core technical architecture to practical implementation strategies, performance benchmarks, and future roadmap. At its essence, Kuzu Link refers to the native connection mechanism and query execution layer within the Kuzu database system —an embedded graph database designed for high-performance online analytical processing (OLAP) on complex, interconnected data. Unlike traditional relational databases that rely on foreign keys and JOIN operations (which become exponentially slower as data scales), Kuzu Link leverages pointer-based navigation between nodes and edges in a property graph model.
| Query Type (Depth) | Kuzu Link (ms) | SQLite + JOINs (ms) | DuckDB (Recursive CTE) | |-------------------|----------------|----------------------|-------------------------| | 2-hop neighbors | 8 | 142 | 55 | | 4-hop neighbors | 47 | 8,210 (timeout) | 892 | | Path existence check (6 hops) | 210 | >30,000 | 4,100 |
"Query runs slowly on first execution but fast afterwards." Solution: That’s the page cache warming up. Kuzu Link uses OS-level memory mapping. If your dataset exceeds RAM, the first traversal loads pages from disk. Consider increasing buffer_pool_size in the configuration.
The era of forcing graphs into relational tables is ending. With Kuzu Link, you don’t just store relationships—you navigate them at the speed of memory. Start with the official Kuzu documentation and explore the kuzu Python package today. Your data’s hidden connections are waiting to be linked.
This example demonstrates the elegance of Kuzu Link: relationships are first-class citizens, not foreign key constraints. In independent tests (using the LDBC Social Network Benchmark scaling factor 1), Kuzu Link consistently outperforms other embedded graph stores like SQLite with graph extensions and DuckDB with recursive CTEs.
Simply Fleet is a simple and affordable software to help you track, monitor and analyse your fleet’s operations.