Demo 5.デモの内容について(5/14) • 製品の検索機能の強化 ◦ retail DB(レガシーアプリケーション)に直接新商品を追加し、 検索サービスの挙動を確認してみましょう。 ▪ 以下のコマンドで、product テーブルに新しい商品の ”Kopi luwak” を追加してみます。 • insert into public.product (product_id, name, price, description) values (7777, 'Kopi luwak', 20, 'Kopi luwak is a coffee that consists of partially digested coffee cherries, which have been eaten and defecated by the Asian palm civet (Paradoxurus hermaphroditus). It is produced mainly on the Indonesian islands of Sumatra, Java, Bali, Sulawesi, and in East Timor.'); 29