DistOS 2023W 2023-04-03: Difference between revisions
|  Created page with "==Notes==  <pre> Spanner & Tensorflow --------------------  Last two papers!  April 5th - class wrap-up discussion, exam review April 10 & 12 - project presentations  Spanner - big, distributed SQL database (mostly)  - at Google  - compare with Bigtable, Dynamo (NoSQL systems)    - what is the difference in functionality?    - why does it matter?  - HOW?! what is the "neat trick"?  - has to do with time, but why?  - to what degree is Spanner a full relational database, l..." | 
| (No difference) | 
Revision as of 15:47, 3 April 2023
Notes
Spanner & Tensorflow -------------------- Last two papers! April 5th - class wrap-up discussion, exam review April 10 & 12 - project presentations Spanner - big, distributed SQL database (mostly) - at Google - compare with Bigtable, Dynamo (NoSQL systems) - what is the difference in functionality? - why does it matter? - HOW?! what is the "neat trick"? - has to do with time, but why? - to what degree is Spanner a full relational database, like Postgres? Tensorflow - how does it compare with mapreduce? - what type of operations does it handle? - why are these operations important? - how are they done in a scalable fashion? - why isn't this more general?