Greetings, I'm new to databases in general, but I ...
# exposed
r
Greetings, I'm new to databases in general, but I have a pet-project with whole-Kotlin infrastructure and want to implement
exposed
. The task is: store ~2.5K items in one table with ability to full-text-search against the item
name
field. Which database supported by
Exposed
is my choice of best performance?
c
With so few items probably any would do fine
👍 3