9 ms·
you would also need to maintain multiple indexes in multiple languages. I never had to do that - but I assume it's a pain
by j0selit0 21d ago
you would also need to maintain multiple indexes in multiple languages. I never had to do that - but I assume it's a pain
- whilenot-dev 19d agoIt's a matter of running a for-loop. You'd get faster response times (no query→index translation), but the storage requirements for the indexes would be larger.