Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
Thaxll
on Sept 7, 2021
|
parent
|
context
|
favorite
| on:
My £4 a month server can handle 4.2M requests a da...
Filter in app is rarely the right solution, your data should be organized in a way that you can get what you need in a single query. Reasons:
- it's memory efficient
- it's atomic
- it's faster
Also doesn't LDAP support filtering in query?
zetsurin
on Sept 7, 2021
[–]
Given the context, it probably took the poster very little time to implement that fix, without digging into ldapsearch. With massive speedup, for their likely smallish ldap install. Seems like not a bad call at all.
Consider applying for YC's Spring batch! Applications are open till Feb 11.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
- it's memory efficient
- it's atomic
- it's faster
Also doesn't LDAP support filtering in query?