Confirmed users
9
edits
No edit summary |
No edit summary |
||
Line 97: | Line 97: | ||
# Create a script that reads from the database and sends this kind of data | # Create a script that reads from the database and sends this kind of data | ||
# ... more to come | # ... more to come | ||
==Why build data needs to be on tbpl server== | |||
It’s simple: To make it easy to combine builds and stars. With builds and stars on the same server, we can simply do a ''(SELECT COUNT(*) FROM stars WHERE build=build.id) AS hasstar'', whereas it would be nearly impossible to efficiently fetch builds and the corresponding comments from two different servers and combine them clientside. | |||
==Arpad’s ideas== | ==Arpad’s ideas== |