Re: What's your experience with using Postgres in IoT-contexts?

From: chlor <hans(dot)schou(at)gmail(dot)com>
To: Thorsten Schöning <tschoening(at)am-soft(dot)de>
Cc: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: What's your experience with using Postgres in IoT-contexts?
Date: 2020-10-13 04:55:52
Message-ID: CAApBw35aRW_0o4kV6fVh-6g90cQYJECBz0tUQOCoXqjQ1oh1Vg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> I want to have long term storage and access to individual telegrams

An IOT is not designed for that. It is used for control or delivery of data
to a server.
You could have a PostgreSQL-client in the IOT but an MQ might be better.

Long term storage also means backup and recovery and I don't think you have
that planned for your IOT.

./hans

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Raul Kaubi 2020-10-14 10:22:03 Parameter value from (mb/gb) to bytes
Previous Message Michael Paquier 2020-10-13 00:22:08 Re: rum index supported on pg13?