Communauto

Communauto is a Canadian carsharing company based in Montreal, Quebec, Canada, that operates in thirteen Canadian cities and Paris, France. As of March 2018 it had 40,000 users, and a fleet of approximately 2,000 free-floating and station-based vehicles.[1]

Communauto
Private
IndustryCar rental
Founded1994 (1994)
Headquarters,
Area served
Montreal, Quebec City, Gatineau, Sherbrooke, Toronto, Waterloo, Hamilton, London, Guelph, Kingston, Ottawa, Edmonton, Halifax and Paris, France
Key people
Benoît Robert (Chairman and CEO)
ServicesCar sharing
Number of employees
Equivalent to 68 full-time
Websitewww.communauto.com

City coverage and partnerships

Communauto operates as Communauto (VRTUCAR) in seven cities in Ontario  Waterloo, Hamilton, London, Guelph, Kingston, Ottawa and Toronto.[2] It operates as Communauto in four cities in Quebec  Montreal, Quebec City, Gatineau and Sherbrooke, Edmonton, Halifax, and Paris, France.

Communauto's users-per-vehicle ratio can rise in winter to 20 users per vehicle and drops to about 15 users per vehicle in summer.

History

Two VRTUCAR vehicles; VRTUCAR later merged with Communauto

Communauto was founded in Quebec City in 1994 by Benoît Robert, its current CEO. Cycling advocate and environmentalist Claire Morissette played a major role in its evolution starting in 1995, when Communauto established itself in Montreal as a private company.

Communauto acquired Paris, France-based Mobizen in 2012,[3] merged with Ottawa-based VRTUCAR in 2016,[4] and acquired CarShare Atlantic in 2018. [5]

Communauto's goal is to provide a convenient and economical alternative to owning a car.

Impact

The impact of carsharing in Quebec was evaluated in a study from Communauto and conducted by Tecsult Inc. in 2006.[6]

gollark: Slower, even.
gollark: Oops, it turns out I'm accidentally sorting by it instead of the rank, but it's equally slow after fixing that.
gollark: ```nonlocality=# EXPLAIN ANALYZE SELECT url, ts_rank(fts, query), ts_headline(fts::text, query, 'MaxWords=60') AS rank FROM pages, websearch_to_tsquery('bee') query WHERE fts @@ query ORDER BY rank LIMIT 1; QUERY PLAN ------------------------------------------------------------------------------------------------------------------------------------------------- Limit (cost=860.92..860.92 rows=1 width=96) (actual time=8506.425..8506.427 rows=1 loops=1) -> Sort (cost=860.92..861.05 rows=52 width=96) (actual time=8506.423..8506.425 rows=1 loops=1) Sort Key: (ts_headline((pages.fts)::text, query.query, 'MaxWords=60'::text)) Sort Method: top-N heapsort Memory: 25kB -> Nested Loop (cost=688.65..860.66 rows=52 width=96) (actual time=1.362..8505.403 rows=348 loops=1) -> Function Scan on websearch_to_tsquery query (cost=0.25..0.26 rows=1 width=32) (actual time=0.023..0.025 rows=1 loops=1) -> Bitmap Heap Scan on pages (cost=688.40..846.49 rows=52 width=142) (actual time=0.353..1.502 rows=348 loops=1) Recheck Cond: (fts @@ query.query) Heap Blocks: exact=231 -> Bitmap Index Scan on page_search_index (cost=0.00..688.39 rows=52 width=0) (actual time=0.320..0.320 rows=387 loops=1) Index Cond: (fts @@ query.query) Planning Time: 0.190 ms Execution Time: 8506.463 ms(13 rows)```
gollark: It's not a condition, it's an extra row on the output, and I can see exactly what it does via `EXPLAIN ANALYZE`.
gollark: Maybe I need a better full text search backend?!

References

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.