Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

曜日・時限の組み合わせからシラバスを検索するAPIの実装 #6

Open
Atotti opened this issue Dec 28, 2023 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@Atotti
Copy link
Member

Atotti commented Dec 28, 2023

曜日と時限を受け取ってその時間に開講されるシラバスを取得するAPIの設計・実装をする。
現在のテーブル構造だと実現できないので少々骨があると思う。
部分一致検索とかすればテーブル構造変えなくても実装出来そうだけど、パフォーマンスと相談。

設計ではエンドポイントとレスポンスモデルを決めて、notionのデータベースにドキュメントとして残してください。

@Atotti Atotti added the enhancement New feature or request label Dec 28, 2023
@tenk-9 tenk-9 self-assigned this Mar 27, 2024
@tenk-9
Copy link
Member

tenk-9 commented Mar 27, 2024

現在のテーブル構造だと実現できないので少々骨があると思う。
部分一致検索とかすればテーブル構造変えなくても実装出来そうだけど、パフォーマンスと相談。

@Atotti これについてですが,syllabus_base_infos.daysyllabus_base_infos.periodでLIKE検索かければ行ける気がするのですが,そのアプローチだとパフォーマンスが悪いということですか?

@Atotti
Copy link
Member Author

Atotti commented Mar 28, 2024

@tenk-9
その通りです!

LIKE句は基本的に遅いという認識で、今回の場合だと工夫次第ではWHERE句等でも実現できそうなクエリだと思ったのでこのように書きました。
実際にLIKEだとどの程度のパフォーマンスなのか、どんな工夫をしたらどれくらいパフォーマンスが向上するのかを検討した上で、適切な手法を検討するのがこのタスクです。

最終的にどのような手法が選択されるかわかりませんが、複数の手法を検討し、利点と欠点を比較して選択することに意味があるかなと思っています。

@tenk-9
Copy link
Member

tenk-9 commented Mar 28, 2024

なるほど!わかりました,ありがとうございます.
いろいろ試してみます.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants