djakapm / espodeng

gerobak espodeng
2 stars 0 forks source link

Speedup 'FROM' suggestion lookup process #11

Open sihendra opened 12 years ago

sihendra commented 12 years ago

using trie implementation + cache

djakapm commented 12 years ago

Try to add additional table to hold origin id and its alias to lower query cost, insertion to this table is when user upload the price data to the server.