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

[pull] main from walinejs:main #17

Open
wants to merge 227 commits into
base: main
Choose a base branch
from
Open

[pull] main from walinejs:main #17

wants to merge 227 commits into from

Conversation

pull[bot]
Copy link

@pull pull bot commented Feb 2, 2024

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

@pull pull bot added the ⤵️ pull label Feb 3, 2024
Mister-Hope and others added 25 commits February 5, 2024 23:33
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
because vercel/vercel#8513 has been fixed in the latest version
* chore: release @waline/client 3.0.1

* chore: add workspace dep check shell

* chore: update dep

* chore: update lock file

* chore: update client version

* chore: update yaml

* chore: update release yaml

* chore: update release yaml

* chore: remove temp modify
Mister-Hope and others added 10 commits November 11, 2024 21:01
### Add Indexes

1. **`wl_Comment` Table**:
   - `idx_comment_url`: Speeds up filtering comments by `url`.
   - `idx_comment_user_id`: Improves queries filtering by `user_id`.
   - `idx_comment_status`: Useful for filtering by `status` (e.g., fetching only "approved" comments).
   - `idx_comment_pid_rid`: Helps when fetching replies using `pid` and `rid`.
   - `idx_comment_created_at` and `idx_comment_updated_at`: Useful for ordering or filtering based on date ranges.
   - `idx_comment_sticky`: Optimizes filtering by `sticky` flag.

2. **`wl_Counter` Table**:
   - `idx_counter_url`: Useful when counting reactions for specific URLs.
   - `idx_counter_time`: Helps optimize time-based queries.
   - `idx_counter_created_at`: Useful for sorting or filtering by creation date.

3. **`wl_Users` Table**:
   - `idx_user_email`: A unique index on `email` ensures fast lookups and maintains uniqueness.
   - `idx_user_type`: Useful for filtering by user type (e.g., "administrator", "guest").
   - `idx_user_created_at`: Optimizes sorting or filtering by registration date.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.