Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
lisper
on Dec 29, 2021
|
parent
|
context
|
favorite
| on:
Consider SQLite
> So, we would have databases like Users.db, UserSessions.db, Settings.db, etc.
How do you do joins?
em500
on Dec 29, 2021
|
next
[–]
Not the OP, but you can attach and join tables from multiple sqlite databases in the same process.
lisper
on Dec 29, 2021
|
parent
|
next
[–]
Really??? How? Because I use sqlite, and the query functions that I know take a single DB as an argument.
dwohnitmok
on Dec 29, 2021
|
root
|
parent
|
next
[–]
https://stackoverflow.com/questions/6824717/sqlite-how-do-yo...
tmp_anon_22
on Dec 29, 2021
|
prev
[–]
I would guess they do parallelized calls to the microservices to collect the data.
Consider applying for YC's Fall 2025 batch! Applications are open till Aug 4
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
How do you do joins?