Skip to content

Commit 581bd5d

Browse files
author
glennfawcett
authored
Update lab1_student_instructions_serializable.md
removed "experimental"
1 parent 948938c commit 581bd5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: lab1_student_instructions_serializable.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ COMMIT;
161161

162162
-- select_follower_read (implicit)
163163
--
164-
SELECT * FROM alerts as of system time experimental_follower_read_timestamp()
164+
SELECT * FROM alerts as of system time follower_read_timestamp()
165165
WHERE customer_id=9743;
166166

167167
-- select_normal_different_id
@@ -416,4 +416,4 @@ WHERE customer_id=9743;
416416
* What are the differences in response times between SFU and noSFU?
417417

418418
#### Q11
419-
* Why is the overall throughput so much better?
419+
* Why is the overall throughput so much better?

0 commit comments

Comments
 (0)