Quanah Gibson-Mount wrote:
--On Thursday, July 20, 2023 5:32 PM +0000 Maud Parratt Maud.Parratt@bjss.com wrote:
The last time slapadd was used on this database was many years ago, and yeah as I said, slapindex is my mitigation for queries not working after reloading the mdb with arm64. we're using cn=config. we see the same indexing performance on 2.6.2 though.
i've not tested loading an arm64 mdb with an x86 instance, i'll try that tomorrow and report back.
i may have to accept running the process through the day, then sync forwards after switching over. not ideal but not intolerable. it would be nice to know why indexes get messed up by the architecture swap though.
Pretty sure they're not compatible. I.e., you must load from LDIF when switching architectures.
There's no particular reason for arm64 and amd64 to be incompatible, they're both 64bit little-endian. arm64 and x86 (32bit) would most likely be incompatible though.