hi,
Kinda new to this so not sure if im thinking about this the wrong way, i
have a MS SQL table with +- 50 columns that contain numbers or identifiers,
no comments columns. do you create one index and load all values into there
like this
"card":"12345",
"active":"0",
"date":"1988-04-24",
"from":"hero",
"first_name":"game",
"last_name":"there",
....etc
or do you have to create many indexes for each column that you want to be able to search by. do you have to insert that data into multipe indexes? also does this mean that you have to reindex every time new data is added to the index ?
(dosnt that cause downtime?) should you create new indexes of a daily basis?
sorry i cant seem to find any links to best practises with elasticsearch, any help is greatly appreciated.
--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.