Here are some observations on querying and materializing the triples received from a Postgres DB (these all use the same graph and the same WHERE clause in the body):
- Query (select) output was pretty quick (I didn't note the time but it was pretty fast)
- CONSTRUCT output was much slower but still ok (3 minutes)
- INSERT timed out with a 20min timeout!
Just want to let you know ...
Andrea