Home / Companies / Tiger Data / Blog / November 2018

November 2018 Summaries

2 posts from Tiger Data

Filter
Month: Year:
Post Summaries Back to Blog
Three key requirements for an open-source company to consider making money are broad adoption and primary credibility within the community. Once these prerequisites are met, five common business models emerge: support, hosting, restrictive licensing, open-core, and hybrid licensing. These models can be combined in various ways to form a revenue layer cake, and understanding them is essential for evaluating the long-term sustainability of an open-source software project behind which a company operates.
Nov 27, 2018 2,262 words in the original blog post.
TimescaleDB, a time-series database built on PostgreSQL, efficiently manages time-series data by utilizing ordered indexes to enhance query performance. This approach allows storing relational and time-series data side-by-side, enabling complex queries using SQL. By breaking data into chunks based on time intervals and indexing each chunk, TimescaleDB optimizes queries significantly, which can be crucial for devices tracking metrics across numerous locations. Different types of indexes, such as composite indexes, are explored to improve query efficiency by organizing data based on columns like store_id, device_id, and time. The importance of index order is highlighted, as it directly influences query speed, and examples demonstrate how composite indexes can reduce query times by orders of magnitude when appropriately structured. The text encourages users to consider the trade-offs of index space versus performance benefits and points to community resources for further learning and support with TimescaleDB.
Nov 15, 2018 2,341 words in the original blog post.