Arun (Arundale Ramanathan)

Results 163 comments of Arun (Arundale Ramanathan)

@trianglesis Can you try with Arduino IDE? I have not used other IDEs. I do remember changing the default to 512 and saw that it took effect. So there should...

@trianglesis https://github.com/siara-cc/esp32_arduino_sqlite3_lib/blob/10fb9cfb254cf0261fdb298ee2d7ebc37973f907/src/config_ext.h#L27 The default page size is 512 as set in the line shown above. If a new table is created with this setting the PRAGMA and VACUUM are not...

Hi, please see this. I think vacuum is causing this issue. I am not sure if there is a simple solution. Best solution I can think of is to maintain...

Also https://github.com/siara-cc/esp32_arduino_sqlite3_lib/issues/43#issuecomment-1131262737

Hi, Thanks for your query. I saw your other message too. Unishox is for compressing short strings and not a replacement for lz4/zstd/snappy. It can co-exist with these technologies though....

@savejeff Yes you had shared the changes that you had made for this issue. I started working on the info you have given but unfortunately have not been able to...

Hi @winkelict I have tested your dropin code suggestion and committed to this repo. Seems working. Thanks a lot!! @savejeff Thanks for your suggestions too!

1. I have not gone this way so far so I don't know. 2. You could use the `usx_freq_seq` parameter for this purpose. 3. Unishox3 beta is not production ready....

I have not really tried to use the lib concurrently. As I understand it, esp32 has 2 cores and 1 is dedicated for WiFi communication and only 1 core is...

@AdamHeavens please see this: https://github.com/siara-cc/esp32_arduino_sqlite3_lib/issues/94 I have kept it pending because I am not sure if increasing YYSTACKDEPTH is the right solution.