On Sun, Feb 3, 2019 at 10:35 PM Syed Jafri wrote:
> · Receiver names are of the type (a-z, 1-5, .)
>
> · 95% of all queries currently look like this: SELECT * FROM table
> WHERE Receiver = Alpha, with the new format this would be SELECT * FROM table
> WHERE receivers @> '"Alpha"'
On 2019-02-04 05:34, Syed Jafri wrote:
> |-|--|-|--|
> | Receiver | Event | Date|
> Location|
> |-|--|-|--
I have a database which stores receiver to indicate which account the data
relates to. This has led to tons of duplication of data, as one set of data may
create 3 separate rows, where the only difference is the receiver column.
|-|--|-|---