Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 960 Bytes

File metadata and controls

23 lines (17 loc) · 960 Bytes

Conclusion

In this tutorial, you used Hyperscale (Citus) on Azure Database for PostgreSQL and learned how to perform the following:

  • Generate real-time load in the background
  • Create Psql functions and update them
  • Roll up data so your application will scale
  • Expire old data
  • Report on distinct counts
  • Report top records using topn extension
  • Visualize data using Power BI

Next Steps:

Additional references

  • Citus and pg_partman: Creating a scalable time series database on Postgres
  • GitHub - PostgreSQL Cron job
  • GitHub - HLL HyperLogLog
  • When to use unstructured datatypes in Postgres–Hstore vs. JSON vs. JSONB