On Sat, 28 Feb 2026 at 05:59, DR <[email protected]> wrote: > one word and masked it to get what we wanted. Obviously won't work with > numeric values but shows the lengths we were taught to do in the infancy >
That's the second part of my tuning, by default decimal numbers were being stored as doubles which take 8 bytes and allow 16 decimal places of precision when floats only use 4 bytes since only one decimal place is needs. I also switch other columns like usUnits and interval to be tinyints which only use 1 byte compared to 4 bytes for an int. -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion visit https://groups.google.com/d/msgid/weewx-user/CAGTinV6YpAyg3458qb-OG0UHQhhpC37uA4aZ8szt-mBwf8Fw2g%40mail.gmail.com.
